summary refs log tree commit diff stats
path: root/user/settings/development
diff options
context:
space:
mode:
authorAlan Pearce2019-10-21 13:56:57 +0200
committerAlan Pearce2019-10-21 14:03:05 +0200
commit62ceefa834b9a38ef261eaaeeb0ab95b7aaa1fc0 (patch)
tree5496a819d2834cbdc733de27a1d99e5f57d15b71 /user/settings/development
parent11de6211443797b1b18fb14c503e5c3c5613f6a9 (diff)
downloadnixfiles-62ceefa834b9a38ef261eaaeeb0ab95b7aaa1fc0.tar.lz
nixfiles-62ceefa834b9a38ef261eaaeeb0ab95b7aaa1fc0.tar.zst
nixfiles-62ceefa834b9a38ef261eaaeeb0ab95b7aaa1fc0.zip
development/base: replace checkbashisms with shellcheck
Diffstat (limited to 'user/settings/development')
-rw-r--r--user/settings/development/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/development/base.nix b/user/settings/development/base.nix
index 83bfe03d..9079010e 100644
--- a/user/settings/development/base.nix
+++ b/user/settings/development/base.nix
@@ -1,7 +1,7 @@
 { config, lib, pkgs, ... }:
 
 { home.packages = with pkgs; [
-    checkbashisms
+    shellcheck
     editorconfig-core-c
     go