chore: bump nix
not sure where nix 2.15.3 is still pulled in
This commit is contained in:
parent
0bdd287131
commit
a0985689ab
2 changed files with 4 additions and 2 deletions
|
@ -14,7 +14,9 @@
|
||||||
allowBroken = false;
|
allowBroken = false;
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
|
|
||||||
permittedInsecurePackages = [];
|
permittedInsecurePackages = [
|
||||||
|
"nix-2.15.3"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
home.keyboard = {
|
home.keyboard = {
|
||||||
|
|
|
@ -29,5 +29,5 @@ in {
|
||||||
|
|
||||||
nix.registry.nixpkgs.flake = nodeFlake.inputs.nixpkgs;
|
nix.registry.nixpkgs.flake = nodeFlake.inputs.nixpkgs;
|
||||||
|
|
||||||
nix.package = pkgsUnstable.nixUnstable;
|
nix.package = pkgsUnstable.nixVersions.latest;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue