all repos — nixfiles @ e3e50821333e13cb7d964c597336f3805716e60e

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

development: install yamllint
Alan Pearce alan@alanpearce.eu
Fri, 15 Nov 2019 16:49:35 +0100
commit

e3e50821333e13cb7d964c597336f3805716e60e

parent

80f19b76f458c6661aff97c7ae96e05c5eaee60d

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

jump to
M user/settings/development/base.nixuser/settings/development/base.nix
@@ -3,6 +3,7 @@ { home.packages = with pkgs; [
     shellcheck
     editorconfig-core-c
+    python3Packages.yamllint
 
     mosh