release-lib: add option to use another package set
This commit is contained in:
parent
c8c7cc1f09
commit
aa14fb6389
@ -1,9 +1,9 @@
|
|||||||
{ supportedSystems }:
|
{ supportedSystems, packageSet ? (import ./all-packages.nix) }:
|
||||||
|
|
||||||
rec {
|
rec {
|
||||||
|
|
||||||
# Ensure that we don't build packages marked as unfree.
|
# Ensure that we don't build packages marked as unfree.
|
||||||
allPackages = args: import ./all-packages.nix (args // {
|
allPackages = args: packageSet (args // {
|
||||||
config.allowUnfree = false;
|
config.allowUnfree = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user