diff options
| -rw-r--r-- | flake.nix | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@      };      home-manager-stable = { -      url = "github:nix-community/home-manager/release-23.11"; +      url = "github:nix-community/home-manager/release-24.05";        inputs.nixpkgs.follows = "nixpkgs-stable";      }; @@ -19,7 +19,7 @@      nixos-hardware.url = "github:nixos/nixos-hardware"; -    nixpkgs-stable.url = "github:nixos/nixpkgs/release-23.11"; +    nixpkgs-stable.url = "github:nixos/nixpkgs/release-24.05";      nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";      sops-nix = {  | 
