There was an error while loading. Please reload this page.
1 parent 0a019c7 commit f46de02Copy full SHA for f46de02
1 file changed
etc/nix/flake.nix
@@ -84,12 +84,6 @@
84
dontBuild = true; # do not use Makefile
85
propagatedBuildInputs = [ pythonEnv postgresql gitMinimal ];
86
87
- postPatch = ''
88
- # Do not use absolute path.
89
- substituteInPlace vulnerablecode/settings.py \
90
- --replace 'STATIC_ROOT = "/var/vulnerablecode/static"' 'STATIC_ROOT = "./static"'
91
- '';
92
-
93
installPhase = ''
94
cp -r . $out
95
'';
0 commit comments