Restructuring files

This commit is contained in:
Judson
2017-05-27 15:19:34 -07:00
parent 022be78eb2
commit 998d011e42
13 changed files with 56 additions and 41 deletions
@@ -24,7 +24,7 @@
}@args:
let
inherit (import ./functions.nix {inherit lib ruby gemConfig groups; }) genStubsScript;
inherit (import ../bundled-common/functions.nix {inherit lib ruby gemConfig groups; }) genStubsScript;
drvName =
if name != null then lib.traceVal name
@@ -43,7 +43,7 @@ let
if gemset == null then gemdir + "/gemset.nix"
else gemset;
basicEnv = (callPackage ./basic.nix {}) (args // { inherit pname name gemdir;
basicEnv = (callPackage ../bundled-common {}) (args // { inherit pname name gemdir;
gemfile = gemfile';
lockfile = lockfile';
gemset = gemset';