fix(nix): Minor fixes to derivations for new build process
This commit is contained in:
parent
3f40c0a2d2
commit
ef2623d168
2 changed files with 3 additions and 2 deletions
|
|
@ -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; };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue