From 866e07a8baa21707ec73109b6e502af4fe4c41bf Mon Sep 17 00:00:00 2001 From: "Klaus T. Aehlig" Date: Thu, 27 Jun 2024 16:30:53 +0200 Subject: nix-shell: also add a wrapper script besides the alias ... as aliases are not honored in `nix-shell --run`. In this way, we can add an outer script running all the tests in the correct environment. --- run-tests | 1 + 1 file changed, 1 insertion(+) create mode 100755 run-tests (limited to 'run-tests') diff --git a/run-tests b/run-tests new file mode 100755 index 0000000..c3d4938 --- /dev/null +++ b/run-tests @@ -0,0 +1 @@ +nix-shell --run "withRc-just-mr --main test build" -- cgit v1.2.3