flake: remove impure-derivations
This commit is contained in:
parent
cecff82b8f
commit
a5616f81ec
2 changed files with 0 additions and 2 deletions
|
@ -6,7 +6,6 @@
|
||||||
extra-experimental-features = [
|
extra-experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
"impure-derivations"
|
|
||||||
"no-url-literals"
|
"no-url-literals"
|
||||||
"pipe-operator"
|
"pipe-operator"
|
||||||
];
|
];
|
||||||
|
|
|
@ -35,7 +35,6 @@ in
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
"flakes"
|
"flakes"
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"impure-derivations"
|
|
||||||
"no-url-literals"
|
"no-url-literals"
|
||||||
"pipe-operator"
|
"pipe-operator"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue