diff options
-rw-r--r-- | Makefile | 5 | ||||
-rw-r--r-- | overlays/environments/immae-eu.nix | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -17,4 +17,7 @@ nix-info-nixops: | |||
17 | nur: | 17 | nur: |
18 | ./scripts/make-nur | 18 | ./scripts/make-nur |
19 | 19 | ||
20 | .PHONY: env env-dry-run nix-info nix-info-nixops | 20 | shellcheck: |
21 | shellcheck scripts/* nixops/scripts/* modules/private/gitolite/gitolite_ldap_groups.sh modules/private/ssh/ldap_authorized_keys.sh modules/private/pub/restrict | ||
22 | |||
23 | .PHONY: env env-dry-run nix-info nix-info-nixops nur shellcheck | ||
diff --git a/overlays/environments/immae-eu.nix b/overlays/environments/immae-eu.nix index 1f27e7c..9f044d5 100644 --- a/overlays/environments/immae-eu.nix +++ b/overlays/environments/immae-eu.nix | |||
@@ -23,7 +23,7 @@ let | |||
23 | iota-cli-app | 23 | iota-cli-app |
24 | 24 | ||
25 | # debugging | 25 | # debugging |
26 | rr valgrind netcat-gnu strace | 26 | rr valgrind netcat-gnu strace shellcheck |
27 | 27 | ||
28 | # documentations | 28 | # documentations |
29 | unicodeDoc | 29 | unicodeDoc |