upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 14d1242..fc0d27a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -49,6 +49,13 @@
49 nativeBuildInputs = with pkgs; [ pkg-config ]; 49 nativeBuildInputs = with pkgs; [ pkg-config ];
50 50
51 buildInputs = with pkgs; [ openssl ]; 51 buildInputs = with pkgs; [ openssl ];
52
53 # Skip tests that require git in PATH (sandboxing issue)
54 checkFlags = [
55 "--skip=git::subprocess::tests::"
56 "--skip=git::tests::"
57 "--skip=purgatory::helpers::tests::"
58 ];
52 }; 59 };
53 })) // { 60 })) // {
54 # NixOS module for deployment 61 # NixOS module for deployment