Skip to content

Commit f46de02

Browse files
committed
Remove seemingly unused STATIC_ROOT modification.
Signed-off-by: Rolf Schröder <rolf.schr@gmail.com>
1 parent 0a019c7 commit f46de02

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

etc/nix/flake.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@
8484
dontBuild = true; # do not use Makefile
8585
propagatedBuildInputs = [ pythonEnv postgresql gitMinimal ];
8686

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-
9387
installPhase = ''
9488
cp -r . $out
9589
'';

0 commit comments

Comments
 (0)