diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -63,6 +63,7 @@ | |||
| 63 | pkg-config # required by git2 | 63 | pkg-config # required by git2 |
| 64 | openssl | 64 | openssl |
| 65 | ]; | 65 | ]; |
| 66 | doCheck = false; | ||
| 66 | }; | 67 | }; |
| 67 | # Create a tarball for the built package | 68 | # Create a tarball for the built package |
| 68 | packages.tarball = stdenv.mkDerivation { | 69 | packages.tarball = stdenv.mkDerivation { |