diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -6,7 +6,7 @@ type = "github"; owner = "NixOS"; repo = "nixpkgs"; - ref = "nixos-22.11"; + ref = "nixos-23.05"; }; futils.url = "github:numtide/flake-utils"; @@ -26,10 +26,9 @@ type = "github"; owner = "nix-community"; repo = "home-manager"; - ref = "master"; + ref = "release-23.05"; inputs = { nixpkgs.follows = "nixpkgs"; - utils.follows = "futils"; }; }; |
