Skip to content

Commit

Permalink
fix(pkgs): move jq to programs
Browse files Browse the repository at this point in the history
Resolves:
Related:
Signed-off-by: Daniel-Andrei Minca <zealous_sterner.0e@icloud.com>
  • Loading branch information
dminca committed Jul 6, 2024
1 parent d437983 commit 249f745
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hosts/M-C02FX3JUML85/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
krew
sloth
hugo
jq
jsonnet
jsonnet-bundler
terraform
Expand Down Expand Up @@ -280,4 +279,7 @@
"kube"
];
};
programs.jq = {
enable = true;
};
}

0 comments on commit 249f745

Please sign in to comment.