mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +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, ... }: {
|
{ config, outputs, pkgs, lib, ... }: {
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
hadolint
|
||||||
|
];
|
||||||
|
|
||||||
programs.vscode = {
|
programs.vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableExtensionUpdateCheck = false;
|
enableExtensionUpdateCheck = false;
|
||||||
|
|
Loading…
Reference in a new issue