File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 69
69
} ;
70
70
} ;
71
71
72
+ pkgs-unstable = import inputs . nixpkgs-unstable {
73
+ inherit system ;
74
+ config = {
75
+ allowUnfree = true ;
76
+ } ;
77
+ } ;
78
+
72
79
in {
73
80
homeConfigurations = {
74
81
"mauve-linux" = userLib . mkLinuxHMUser {
218
225
javafx = import ./shell/javafx/shell.nix { inherit pkgs ; } ;
219
226
javaws = import ./shell/javaws/shell.nix { inherit pkgs ; } ;
220
227
pdf-merge = import ./shell/pdf-merge/shell.nix { inherit pkgs ; } ;
221
- pentest = import ./shell/pentest/shell.nix { inherit pkgs ; } ;
228
+ pentest = import ./shell/pentest/shell.nix { inherit pkgs ; pkgs-unstable = pkgs-unstable ; } ;
222
229
performance-disk = import ./shell/performance/disk/shell.nix { inherit pkgs ; } ;
223
230
php = import ./shell/php/shell.nix { inherit pkgs ; } ;
224
231
rust = import ./shell/rust/shell.nix { inherit pkgs ; } ;
Original file line number Diff line number Diff line change 1
- { pkgs , ... } :
1
+ { pkgs , pkgs-unstable , ... } :
2
2
3
3
pkgs . mkShell {
4
4
packages = with pkgs ; [
@@ -9,7 +9,7 @@ pkgs.mkShell {
9
9
gobuster
10
10
hashcat
11
11
john
12
- metasploit
12
+ pkgs-unstable . metasploit
13
13
python3
14
14
sqlmap
15
15
sslscan
You can’t perform that action at this time.
0 commit comments