Skip to content

Commit

Permalink
Fix apps scripts paths for downstream nixcfgs
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Sep 22, 2023
1 parent 8dce8d9 commit d19e226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/builders/mkApp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

let

file = "${inputs.self}/flake/apps/${args.file}";
file = "${inputs.self}/lib/apps/${args.file}";
mkPath = args.path or (pkgs: [ ]);

in
Expand Down

0 comments on commit d19e226

Please sign in to comment.