File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 24
24
# https://github.com/nix-community/nixos-vscode-server
25
25
( fetchTarball {
26
26
url = "https://github.com/nix-community/nixos-vscode-server/tarball/master" ;
27
- sha256 = "1rq8mrlmbzpcbv9ys0x88alw30ks70jlmvnfr2j8v830yy5wvw7h " ;
27
+ sha256 = "09j4kvsxw1d5dvnhbsgih0icbrxqv90nzf0b589rb5z6gnzwjnqf " ;
28
28
} )
29
29
] ;
30
30
78
78
programs . nix-ld . enable = true ;
79
79
programs . dconf . enable = true ;
80
80
environment . systemPackages = with pkgs ; [
81
- azure-cli
81
+ # azure-cli
82
82
man-pages
83
83
man-pages-posix
84
84
87
87
pass-git-helper
88
88
pinentry
89
89
pinentry-curses
90
- p4
90
+ # p4
91
91
speedtest-cli
92
+ prowler
92
93
wsl-open
93
94
wslu
94
95
xdg-utils
95
96
termdown
96
97
emacs29-nox
97
98
podman
98
99
podman-compose
100
+ hey
99
101
100
102
neofetch
101
103
nomad
You can’t perform that action at this time.
0 commit comments