diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-02-11 15:53:32 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-02-11 15:53:32 +0000 |
| commit | 7dcc1068248d37dfcf7a7f05f1c933be88aedb47 (patch) | |
| tree | 4ef12a2f8ab688b8b81d803e77ab9883467cb590 /flake.nix | |
| parent | 632af9a091205a0453f0d96a165e1535fd24b2a7 (diff) | |
build: disable tests during nix build
as some tests hang during `nix run github:danconwaydev/ngit-cli`
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 { |