Skip to content

Commit

Permalink
Merge pull request #77 from mrcjkb/fix-nix-build
Browse files Browse the repository at this point in the history
build(nix/tailor_gui): set `sourceRoot`
  • Loading branch information
AaronErhardt authored Apr 10, 2024
2 parents cfd8721 + be51229 commit fa5974f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

tailor-gui = pkgs.tailor-gui.overrideAttrs (oa: {
src = self;
sourceRoot = "source/tailor_gui";
version = ((lib.importTOML "${self}/tailor_gui/Cargo.toml").package).version;
cargoDeps = pkgs.rustPlatform.importCargoLock {
lockFile = self + "/tailor_gui/Cargo.lock";
Expand Down

0 comments on commit fa5974f

Please sign in to comment.