mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-12 21:52:18 +00:00
add hadolint
This commit is contained in:
parent
ab178f0651
commit
00d26453b6
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
{ config, outputs, pkgs, lib, ... }: {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
hadolint
|
||||
];
|
||||
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
enableExtensionUpdateCheck = false;
|
||||
|
|
Loading…
Reference in a new issue