mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
Avoid top-level with ...;
in pkgs/development/ruby-modules/bundled-common/default.nix
This commit is contained in:
parent
3f7b7fa16c
commit
73b8a831f9
@ -28,9 +28,18 @@
|
||||
|
||||
assert name == null -> pname != null;
|
||||
|
||||
with import ./functions.nix { inherit lib gemConfig; };
|
||||
|
||||
let
|
||||
functions = import ./functions.nix { inherit lib gemConfig; };
|
||||
|
||||
inherit (functions)
|
||||
applyGemConfigs
|
||||
bundlerFiles
|
||||
composeGemAttrs
|
||||
filterGemset
|
||||
genStubsScript
|
||||
pathDerivation
|
||||
;
|
||||
|
||||
gemFiles = bundlerFiles args;
|
||||
|
||||
importedGemset = if builtins.typeOf gemFiles.gemset != "set"
|
||||
|
Loading…
Reference in New Issue
Block a user