This website requires JavaScript.
Explore
Help
Sign in
Tissevert
/
pandoc
Watch
1
Star
0
Fork
You've already forked pandoc
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
b84554880d
pandoc
/
release.nix
5 lines
91 B
Nix
Raw
Normal View
History
Unescape
Escape
Add files for using nix-shell. 'make nix-shell' enters a nix shell with pandoc dependencies installed.
2021-01-13 06:18:17 +01:00
let
pkgs
=
import
<nixpkgs>
{
}
;
in
Use project.nix instead of default.nix for generated file.
2021-01-13 07:32:26 +01:00
pkgs
.
haskellPackages
.
callPackage
./project.nix
{
}
Reference in a new issue
Copy permalink