initial commit
This commit is contained in:
commit
a60daddd0c
11 changed files with 333 additions and 0 deletions
7
shell.nix
Normal file
7
shell.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs> {},
|
||||
blog-proxy ? pkgs.callPackage ./default.nix {},
|
||||
}: pkgs.haskellPackages.shellFor {
|
||||
packages = _: [ blog-proxy ];
|
||||
buildInputs = [ pkgs.haskellPackages.cabal-install ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue