Skip to content

Commit

Permalink
Prefer getExe for nix run
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Oct 16, 2024
1 parent c3bfbdf commit 473b864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
apps = forAllSystems (system: {
default = {
type = "app";
program = "${packages.${system}.selfup}/bin/selfup";
program = nixpkgs.lib.getExe packages.${system}.selfup;
};
});
};
Expand Down

0 comments on commit 473b864

Please sign in to comment.