We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323e673 commit 2a250ddCopy full SHA for 2a250dd
rules_haskell_nix/BUILD.bazel
@@ -21,3 +21,10 @@ buildifier_test(
21
],
22
verbose = True,
23
)
24
+
25
+sh_test(
26
+ name = "nix_smoke_test",
27
+ size = "medium",
28
+ srcs = ["nix_test.sh"],
29
+ tags = ["external"],
30
+)
rules_haskell_nix/nix_test.sh
@@ -0,0 +1,5 @@
1
+#!/usr/bin/env bash
2
3
+export XDG_CACHE_HOME=${TMPDIR}
4
5
+exec nix run -I nixpkgs=../nixpkgs 'nixpkgs#cowsay' -- hello, rules_haskell_nix
0 commit comments