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 d2cbab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

apps = mkForEachSystem [
(mkApp "setup" {
file = "setup.sh";
file = "${self}/setup.sh";
envs = {
_doNotClearPath = true;
flakePath = "/home/\$(logname)/.nix-config";
Expand All @@ -108,7 +108,7 @@
})

(mkApp "nixos-install" {
file = "nixos-install.sh";
file = "${self}/nixos-install.sh";
envs = {
_doNotClearPath = true;
};
Expand Down

0 comments on commit d2cbab9

Please sign in to comment.