chore: bump nix

not sure where nix 2.15.3 is still pulled in
This commit is contained in:
steveej 2024-05-25 11:36:50 +02:00
parent 0bdd287131
commit a0985689ab
2 changed files with 4 additions and 2 deletions

View file

@ -14,7 +14,9 @@
allowBroken = false;
allowUnfree = true;
permittedInsecurePackages = [];
permittedInsecurePackages = [
"nix-2.15.3"
];
};
home.keyboard = {

View file

@ -29,5 +29,5 @@ in {
nix.registry.nixpkgs.flake = nodeFlake.inputs.nixpkgs;
nix.package = pkgsUnstable.nixUnstable;
nix.package = pkgsUnstable.nixVersions.latest;
}