Avoid top-level with ...; in pkgs/top-level/release-small.nix
This commit is contained in:
@@ -7,7 +7,13 @@
|
||||
nixpkgsArgs ? { config = { allowUnfree = false; inHydra = true; }; }
|
||||
}:
|
||||
|
||||
with import ./release-lib.nix { inherit supportedSystems nixpkgsArgs; };
|
||||
let
|
||||
release-lib = import ./release-lib.nix {
|
||||
inherit supportedSystems nixpkgsArgs;
|
||||
};
|
||||
|
||||
inherit (release-lib) all linux darwin mapTestOn unix;
|
||||
in
|
||||
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user