Skip to content

Commit b63372c

Browse files
committed
add prowler
1 parent 4ae53de commit b63372c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

hosts/galvatron-wsl/configuration.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# https://github.com/nix-community/nixos-vscode-server
2525
(fetchTarball {
2626
url = "https://github.com/nix-community/nixos-vscode-server/tarball/master";
27-
sha256 = "1rq8mrlmbzpcbv9ys0x88alw30ks70jlmvnfr2j8v830yy5wvw7h";
27+
sha256 = "09j4kvsxw1d5dvnhbsgih0icbrxqv90nzf0b589rb5z6gnzwjnqf";
2828
})
2929
];
3030

@@ -78,7 +78,7 @@
7878
programs.nix-ld.enable = true;
7979
programs.dconf.enable = true;
8080
environment.systemPackages = with pkgs; [
81-
azure-cli
81+
# azure-cli
8282
man-pages
8383
man-pages-posix
8484

@@ -87,15 +87,17 @@
8787
pass-git-helper
8888
pinentry
8989
pinentry-curses
90-
p4
90+
# p4
9191
speedtest-cli
92+
prowler
9293
wsl-open
9394
wslu
9495
xdg-utils
9596
termdown
9697
emacs29-nox
9798
podman
9899
podman-compose
100+
hey
99101

100102
neofetch
101103
nomad

0 commit comments

Comments
 (0)