Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Add default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
mschristiansen committed Oct 9, 2018
1 parent 1146289 commit 9289a84
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
with import <nixpkgs> {};
stdenv.mkDerivation rec {
name = "purescript-halogen-bootstrap";
buildInputs = [
psc-package
nodePackages.bower
nodePackages.pulp
nodejs
# purescript
];
}

0 comments on commit 9289a84

Please sign in to comment.