commit 0ed56eb5d0b35a7ceff365b7d1ca984441f4a086
parent d5ae73866d9ece8f7f51ee418d9277a45530e35a
Author: Leah (ctucx) <git@ctu.cx>
Date: Tue, 30 May 2023 12:00:09 +0200
parent d5ae73866d9ece8f7f51ee418d9277a45530e35a
Author: Leah (ctucx) <git@ctu.cx>
Date: Tue, 30 May 2023 12:00:09 +0200
flake.nix: Update to 23.05
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/flake.nix b/flake.nix @@ -94,14 +94,14 @@ type = "github"; owner = "NixOS"; repo = "nixpkgs"; - ref = "nixos-22.11"; + ref = "nixos-23.05"; }; nixpkgsDarwin = { type = "github"; owner = "NixOS"; repo = "nixpkgs"; - ref = "nixpkgs-22.11-darwin"; + ref = "nixpkgs-23.05-darwin"; }; nixpkgsUnstable = { @@ -122,7 +122,7 @@ type = "github"; owner = "nix-community"; repo = "home-manager"; - ref = "release-22.11"; + ref = "release-23.05"; inputs.nixpkgs.follows = "nixpkgs"; }; @@ -161,7 +161,7 @@ type = "gitlab"; owner = "simple-nixos-mailserver"; repo = "nixos-mailserver"; - ref = "nixos-22.11"; + ref = "nixos-23.05"; inputs.nixpkgs.follows = "nixpkgs"; };