diff options
author | Emile <git@emile.space> | 2023-10-31 20:36:07 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2023-10-31 20:36:07 +0100 |
commit | b79248f3c1434d65c9e9b1b19ef58138744fcf41 (patch) | |
tree | 7f0c30159fce9c722570a369e6dd2acafe942133 /wyze.nix | |
parent | 44c19a652e46d02254eb6278053d45e0ff73895a (diff) |
yolo, always true
Diffstat (limited to 'wyze.nix')
-rw-r--r-- | wyze.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wyze.nix b/wyze.nix index 830e873..7726f8b 100644 --- a/wyze.nix +++ b/wyze.nix @@ -23,7 +23,7 @@ pkgs.stdenv.mkDerivation { unzip -d $out $src '' else '' unzip -d $out $src - gzip -d $out/*.tar.gz + gzip -d $out/*.tar.gz || true ''; buildPhase = if |