fix(nix): Minor fixes to derivations for new build process

This commit is contained in:
Vincent Ambo 2019-10-01 23:25:51 +01:00 committed by Vincent Ambo
parent 3f40c0a2d2
commit ef2623d168
2 changed files with 3 additions and 2 deletions

View file

@ -25,7 +25,7 @@
let
inherit (builtins) fromJSON mapAttrs toJSON;
inherit (pkgs) lib runCommand;
inherit (pkgs) lib runCommand writeText;
pkgs = import loadPkgs { inherit srcType srcArgs importArgs; };