Skip to content

Commit

Permalink
added getExe to get path
Browse files Browse the repository at this point in the history
  • Loading branch information
faisalsaifii committed Nov 23, 2023
1 parent df616bd commit d34ef81
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 @@ -22,7 +22,7 @@
# Deploy
default = {
type = "app";
program = "${deploy-rs.packages."x86_64-linux".deploy-rs}/bin/deploy";
program = nixpkgs.lib.getExe deploy-rs;
};
};
nixosConfigurations.office = nixpkgs.lib.nixosSystem {
Expand Down

0 comments on commit d34ef81

Please sign in to comment.