feat: nixos 24.05

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-06-03 10:11:12 +02:00
parent 1cd941d447
commit 3c3ed798f1
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@
description = "Harald Hoyer's Nix Configurations"; description = "Harald Hoyer's Nix Configurations";
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11"; nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
# NixPkgs Unstable (nixos-unstable) # NixPkgs Unstable (nixos-unstable)
unstable.url = "github:nixos/nixpkgs/nixos-unstable"; unstable.url = "github:nixos/nixpkgs/nixos-unstable";

View file

@ -24,6 +24,7 @@ with lib.metacfg;
enable = true; enable = true;
operation = "boot"; operation = "boot";
allowReboot = false; allowReboot = false;
flake = "git+https://git.hoyer.xyz/harald/nixcfg?branch=b24.05";
}; };
system.stateVersion = "23.11"; system.stateVersion = "23.11";