Skip to content

Commit

Permalink
make uki.nix use lib.getExe for shell bin
Browse files Browse the repository at this point in the history
  • Loading branch information
kuflierl committed Oct 3, 2024
1 parent cd25b02 commit 8d14944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/modules/uki.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ in
'';
};
in
"${installer}/bin/install-uki";
"${lib.getExe installer}";
};
};
}

0 comments on commit 8d14944

Please sign in to comment.