flake: add pipe-operator, add features to flake.nix
This commit is contained in:
parent
b328fe0dff
commit
672536871c
2 changed files with 14 additions and 1 deletions
|
@ -3,6 +3,13 @@
|
|||
|
||||
nixConfig = {
|
||||
allow-import-from-derivation = true;
|
||||
extra-experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
"impure-derivations"
|
||||
"no-url-literals"
|
||||
"pipe-operator"
|
||||
];
|
||||
};
|
||||
|
||||
inputs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue