commit a05288f927b97990f77f521acd9ac28c5dd1c07d
parent 6428a1246fb57f87487c496b370ea18d6850db69
Author: Leah (ctucx) <git@ctu.cx>
Date: Mon, 18 Nov 2024 13:48:39 +0100
parent 6428a1246fb57f87487c496b370ea18d6850db69
Author: Leah (ctucx) <git@ctu.cx>
Date: Mon, 18 Nov 2024 13:48:39 +0100
flake.nix: update inputs: nixpkgs, nixpkgsDarwin, home-manager (24.05 -> 24.11)
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/flake.nix b/flake.nix @@ -97,14 +97,14 @@ type = "github"; owner = "NixOS"; repo = "nixpkgs"; - ref = "nixos-24.05"; + ref = "nixos-24.11"; }; nixpkgsDarwin = { type = "github"; owner = "NixOS"; repo = "nixpkgs"; - ref = "nixpkgs-24.05-darwin"; + ref = "nixpkgs-24.11-darwin"; }; nixpkgsUnstable = { @@ -131,7 +131,7 @@ type = "github"; owner = "nix-community"; repo = "home-manager"; - ref = "release-24.05"; + ref = "release-24.11"; inputs.nixpkgs.follows = "nixpkgs"; };