mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nix: nix_2_21 -> top level nix
This commit is contained in:
parent
8f65421682
commit
24d89b9733
2 changed files with 9 additions and 6 deletions
|
|
@ -1,7 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
nix.package = pkgs.nixVersions.nix_2_21;
|
||||
|
||||
nix.settings = {
|
||||
|
||||
extra-substituters = [
|
||||
|
|
@ -21,7 +19,11 @@
|
|||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
|
||||
allow-import-from-derivation = true;
|
||||
|
||||
sandbox = true;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue