ctucx.git: nixfiles

ctucx' nixfiles

commit cba28df8662e60a269f3c7a3d710d39c41662ef5
parent 9193ea0af6167ab0e99aa887dc7aa539092980e4
Author: Leah (ctucx) <git@ctu.cx>
Date: Tue, 11 Jun 2024 16:30:41 +0200

flake.nix: update to nixos/nixpkgs 24.05
1 file changed, 4 insertions(+), 4 deletions(-)
M
flake.nix
|
8
++++----
diff --git a/flake.nix b/flake.nix
@@ -95,14 +95,14 @@
       type  = "github";
       owner = "NixOS";
       repo  = "nixpkgs";
-      ref   = "nixos-23.11";
+      ref   = "nixos-24.05";
     };
 
     nixpkgsDarwin = {
       type  = "github";
       owner = "NixOS";
       repo  = "nixpkgs";
-      ref   = "nixpkgs-23.11-darwin";
+      ref   = "nixpkgs-24.05-darwin";
     };
 
     nixpkgsUnstable = {

@@ -123,7 +123,7 @@
       type  = "github";
       owner = "nix-community";
       repo  = "home-manager";
-      ref   = "release-23.11";
+      ref   = "release-24.05";
       inputs.nixpkgs.follows = "nixpkgs";
     };
 

@@ -171,7 +171,7 @@
       type  = "gitlab";
       owner = "simple-nixos-mailserver";
       repo  = "nixos-mailserver";
-      ref   = "nixos-23.11";
+      ref   = "nixos-24.05";
       inputs.nixpkgs.follows = "nixpkgs";
     };