Skip to content

Commit

Permalink
Update default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Jan 17, 2024
1 parent 5a7b727 commit 029cb95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/pkgs/aapt2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ in stdenv.mkDerivation {
filename=$(stripHash $src)
# native-platform-linux-amd64-0.22-milestone-25.jar does not exist
# but native-platform-linux-amd64-0.22-milestone-24.jar does exist
echo "trying to find milestone-25.jar"
if [[ "$filename" == *"native-platform-linux-amd64-0.22-milestone-25.jar"* ]]; then
echo "found instance of native-platform-linux-amd64-0.22-milestone-25.jar"
echo "$filename"
Expand Down

0 comments on commit 029cb95

Please sign in to comment.