fix: use patched nix 2.18

turns out this doesn't have the problem linked in the previous commit
This commit is contained in:
winston 2024-03-11 20:18:55 +01:00
parent f10bfc5db6
commit f56cb4afa8
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ in {
nixpkgs.config.allowUnfree = true;
nix = {
gc.automatic = true;
package = pkgs.nixVersions.nix_2_17;
package = pkgs.nixVersions.nix_2_18;
settings =
{
auto-optimise-store = true;

View file

@ -12,7 +12,7 @@
config = {
nixpkgs = {
overlays = overlays;
config.permittedInsecurePackages = ["nix-2.17.1"];
config.permittedInsecurePackages = [];
};
home-manager = {
backupFileExtension = "backup";