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. --- shell.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index a42d2ae..70c8edd 100644 --- a/shell.nix +++ b/shell.nix @@ -17,6 +17,7 @@ in pkgs.mkShell rec { niv update-deps cargo + nix-dependencies ]; shellHook = '' -- cgit v1.2.3