parent
5dd3f3f4e6
commit
d3e9a1b1d7
5 changed files with 26 additions and 10 deletions
apps
|
@ -5,7 +5,7 @@
|
|||
}: let
|
||||
inherit (pkgs.lib) getExe listToAttrs nameValuePair;
|
||||
|
||||
buildApp = attrs: (pkgs.callPackage ./buildApp.nix ({} // inputs // attrs));
|
||||
buildApp = attrs: (pkgs.callPackage ./nix/buildApp.nix ({} // inputs // attrs));
|
||||
|
||||
mkApp = file: {
|
||||
program = getExe (pkgs.callPackage file ({inherit buildApp;} // inputs));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue