tangled
alpha
login
or
join now
da157.id
/
website
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
use better replace thingy
0xda157
1 month ago
e508e54d
7d9fbc70
+2
-2
1 changed file
expand all
collapse all
unified
split
package.nix
+2
-2
package.nix
···
14
14
15
15
postPatch = ''
16
16
substituteInPlace templates/partials/footer.html \
17
17
-
--replace %REV% ${version} \
18
18
-
--replace %COMMIT% ${lib.removeSuffix "-dirty" version}
17
17
+
--replace-warn %REV% ${version} \
18
18
+
--replace-warn %COMMIT% ${lib.removeSuffix "-dirty" version}
19
19
'';
20
20
21
21
buildPhase = ''