Skip to content

Commit

Permalink
sidequest: set dontUnpack
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Jan 14, 2024
1 parent 1bc21f5 commit 8fb19ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/misc/sidequest/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
url = "https://github.com/SideQuestVR/SideQuest/releases/download/v${version}/SideQuest-${version}.tar.xz";
sha256 = "8ac3d97400a8e3ce86902b5bea7b8d042a092acd888d20e5139490a38507f995";
};
dontUnpack = true;

nativeBuildInputs = [ makeWrapper ];

Expand Down

0 comments on commit 8fb19ed

Please sign in to comment.