config: Allow unfree vagrant
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
877d7bffcf
commit
5fc5970587
1 changed files with 9 additions and 0 deletions
|
@ -26,4 +26,13 @@
|
||||||
defaultCacheTtl = 60480000;
|
defaultCacheTtl = 60480000;
|
||||||
defaultCacheTtlSsh = 60480000;
|
defaultCacheTtlSsh = 60480000;
|
||||||
};
|
};
|
||||||
|
nixpkgs = {
|
||||||
|
config = {
|
||||||
|
#allowUnfree = true;
|
||||||
|
allowUnfreePredicate = pkg:
|
||||||
|
builtins.elem (lib.getName pkg) [
|
||||||
|
"vagrant"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue