Skip to content

Commit

Permalink
Update package.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
hugolgst authored Mar 17, 2024
1 parent 4ede86a commit 3fdb376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/oh/oh-my-fish/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
cp -v ${substituteAll {
name = "omf-install";
src = ./omf-install;
OMF = placeholder "out";
omf = placeholder "out";
inherit fish runtimeShell;
}} $out/bin/omf-install
Expand Down

0 comments on commit 3fdb376

Please sign in to comment.