feat: nixos 24.05
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
1cd941d447
commit
3c3ed798f1
|
@ -2,7 +2,7 @@
|
|||
description = "Harald Hoyer's Nix Configurations";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
|
||||
|
||||
# NixPkgs Unstable (nixos-unstable)
|
||||
unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
|
|
@ -24,6 +24,7 @@ with lib.metacfg;
|
|||
enable = true;
|
||||
operation = "boot";
|
||||
allowReboot = false;
|
||||
flake = "git+https://git.hoyer.xyz/harald/nixcfg?branch=b24.05";
|
||||
};
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
|
|
Loading…
Reference in a new issue