Skip to content

Commit

Permalink
Add Nix build files
Browse files Browse the repository at this point in the history
To build, run `nix-build`.

Run `./nix/update.sh` to update `nix/default.nix` after
modifying `stack.yaml`.

Closes #5
  • Loading branch information
clacke committed Nov 21, 2018
1 parent bfa3248 commit 01606b6
Show file tree
Hide file tree
Showing 4 changed files with 39,982 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
.ghci
.stack-work/
backerei.cabal
result
4 changes: 4 additions & 0 deletions default.nix
@@ -0,0 +1,4 @@
{ pkgs ? import <nixpkgs> {}
}:

(pkgs.callPackage ./nix {}).backerei

0 comments on commit 01606b6

Please sign in to comment.