removed nixpkgs-stable

This commit is contained in:
willifan 2024-11-02 13:22:43 +01:00
parent 3ef26e3276
commit d8df4f3de1
3 changed files with 5 additions and 30 deletions

View file

@ -14,5 +14,6 @@
};
console.keyMap = "de";
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowUnfree = true;
system.stateVersion = "23.11";
}