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 756abb2 commit c183a36Copy full SHA for c183a36
scripts/ci_test_dapp.sh
@@ -9,7 +9,7 @@ git config --global user.email "[email protected]"
9
git config --global user.name "CI User"
10
11
curl https://nixos.org/nix/install | sh
12
-# shellcheck disable=SC1090
+# shellcheck disable=SC1090,SC1091
13
. "$HOME/.nix-profile/etc/profile.d/nix.sh"
14
nix-env -iA nixpkgs.cachix
15
cachix use dapp
0 commit comments