all repos — nixfiles @ 62ceefa834b9a38ef261eaaeeb0ab95b7aaa1fc0

System and user configuration, managed by nix and home-manager

development/base: replace checkbashisms with shellcheck
Alan Pearce alan@alanpearce.eu
Mon, 21 Oct 2019 13:56:57 +0200
commit

62ceefa834b9a38ef261eaaeeb0ab95b7aaa1fc0

parent

11de6211443797b1b18fb14c503e5c3c5613f6a9

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/settings/development/base.nixuser/settings/development/base.nix
@@ -1,7 +1,7 @@ { config, lib, pkgs, ... }:
 
 { home.packages = with pkgs; [
-    checkbashisms
+    shellcheck
     editorconfig-core-c
     go