maintainers/scripts/update: disable aliases
This commit is contained in:
parent
bfaca46529
commit
e3736259f7
@ -17,13 +17,13 @@
|
||||
}:
|
||||
|
||||
let
|
||||
pkgs = import ./../../default.nix (
|
||||
pkgs = import ./../../default.nix ((
|
||||
if include-overlays == false then
|
||||
{ overlays = []; }
|
||||
else if include-overlays == true then
|
||||
{ } # Let Nixpkgs include overlays impurely.
|
||||
else { overlays = include-overlays; }
|
||||
);
|
||||
) // { config.allowAliases = false; });
|
||||
|
||||
inherit (pkgs) lib;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user