This website works better with JavaScript.
Home
Explore
Help
Sign In
petabyteboy
/
website
Watch
1
Star
0
Fork
1
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
make default.nix suitable for callpackage
main
Milan
3 weeks ago
parent
e5a3fd88a2
commit
cfdb37c2ff
Signed by:
petabyteboy
GPG Key ID:
A6DC6A7CB0B97859
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
default.nix
+ 1
- 1
default.nix
View File
@ -1,4 +1,4 @@
with
import
<nixpkgs>
{
}
;
{
stdenv
,
lib
,
pandoc
,
fontforge
,
woff2
,
ttf_bitstream_vera
}:
stdenv
.
mkDerivation
{
pname
=
"
p
e
t
a
b
y
t
e
d
e
v
-
w
e
b
s
i
t
e
"
;
Write
Preview
Loading…
Cancel
Save