tangled
alpha
login
or
join now
quasigod.xyz
/
nixconfig
8
fork
atom
My NixOS and Home Manager configurations
8
fork
atom
overview
issues
pulls
pipelines
add dalfox, remove xsstrike and unused astocad
quasigod.xyz
5 months ago
15684b77
af22c3a0
verified
This commit was signed with the committer's
known signature
.
quasigod.xyz
SSH Key Fingerprint:
SHA256:IYQIQqk4Il5k+VDa+O4RM4mqCqVtyRilM/eLPbx2jjc=
+1
-51
3 changed files
expand all
collapse all
unified
split
modules
packages
astocad.nix
xsstrike.nix
programs
hacking.nix
-18
modules/packages/astocad.nix
reviewed
···
1
1
-
{
2
2
-
perSystem =
3
3
-
{ pkgs, lib, ... }:
4
4
-
{
5
5
-
packages.astocad = pkgs.freecad.overrideAttrs (
6
6
-
self: super: {
7
7
-
src = pkgs.fetchFromGitHub {
8
8
-
owner = "AstoCAD";
9
9
-
repo = "FreeCAD";
10
10
-
rev = "214716b2833df45ffb7798a82ae557f870886fc6";
11
11
-
hash = "sha256-5UZ+W6pbKxbtc9wDfZtx7XuckmsRLzFkqZjznvLTIbM=";
12
12
-
fetchSubmodules = true;
13
13
-
};
14
14
-
patches = lib.lists.dropEnd 3 super.patches;
15
15
-
}
16
16
-
);
17
17
-
};
18
18
-
}
-32
modules/packages/xsstrike.nix
reviewed
···
1
1
-
{
2
2
-
perSystem =
3
3
-
{ pkgs, ... }:
4
4
-
{
5
5
-
packages.xsstrike =
6
6
-
let
7
7
-
inherit (pkgs)
8
8
-
fetchFromGitHub
9
9
-
python3Packages
10
10
-
;
11
11
-
in
12
12
-
python3Packages.buildPythonApplication {
13
13
-
pname = "xsstrike";
14
14
-
version = "0-unstable-2025-05-04";
15
15
-
16
16
-
src = fetchFromGitHub {
17
17
-
owner = "boffman";
18
18
-
repo = "XSStrike";
19
19
-
rev = "73d103ce9162f2edc40ebee808f302625dc90eb0";
20
20
-
hash = "sha256-I1QOvup07JeiXZYgoF0rxlEoMI398y3qEYC6qQ2x+l0=";
21
21
-
};
22
22
-
pyproject = true;
23
23
-
pythonImportsCheck = [ "xsstrike" ];
24
24
-
build-system = with python3Packages; [ setuptools ];
25
25
-
dependencies = with python3Packages; [
26
26
-
tld
27
27
-
fuzzywuzzy
28
28
-
requests
29
29
-
];
30
30
-
};
31
31
-
};
32
32
-
}
+1
-1
modules/programs/hacking.nix
reviewed
···
96
96
ffuf
97
97
xh
98
98
wpscan
99
99
-
(withSystem system (p: p.config.packages.xsstrike))
99
99
+
dalfox
100
100
101
101
# Reverse Engineering
102
102
ghidra