feat: Allow input from derivation
This commit is contained in:
@@ -147,6 +147,7 @@
|
|||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
settings = {
|
settings = {
|
||||||
|
allow-import-from-derivation = true;
|
||||||
trusted-users = [
|
trusted-users = [
|
||||||
"@wheel"
|
"@wheel"
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -16,10 +16,10 @@ let users = builtins.readDir ../users;
|
|||||||
|
|
||||||
# TODO: Move to default module.
|
# TODO: Move to default module.
|
||||||
({ lib, ... }: {
|
({ lib, ... }: {
|
||||||
nix = {
|
nix.settings = {
|
||||||
settings.experimental-features =
|
experimental-features =
|
||||||
lib.mkDefault
|
lib.mkDefault [ "nix-command" "flakes" ];
|
||||||
[ "nix-command" "flakes" ];
|
allow-import-from-derivation = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user