updated flake to latest stable release

this just updates the flake nixpkgs to the latest stable release (23.05)
This commit is contained in:
ryan.mcgee 2023-10-08 09:28:45 -05:00
commit 80f89c2993
No known key found for this signature in database
GPG key ID: 2231A3CD46413B6F

View file

@ -1,7 +1,7 @@
{ {
inputs = { inputs = {
utils.url = "github:numtide/flake-utils"; utils.url = "github:numtide/flake-utils";
nixpkgs.url = "nixpkgs/release-22.11"; nixpkgs.url = "nixpkgs/release-23.05";
}; };
outputs = { outputs = {