Skip to content

Instantly share code, notes, and snippets.

@domenkozar
Created October 19, 2016 14:19
Show Gist options
  • Save domenkozar/c1a3dbc9ab86c867aa356ea6218533e0 to your computer and use it in GitHub Desktop.
Save domenkozar/c1a3dbc9ab86c867aa356ea6218533e0 to your computer and use it in GitHub Desktop.
bower2nix resolution support
{
"name": "pux-starter-app",
"homepage": "https://github.com/alexmingoia/pux-starter-app",
"authors": [
"Alex Mingoia <talk@alexmingoia.com>"
],
"description": "Starter Pux application using webpack with hot-reloading.",
"main": "support/index.js",
"license": "BSD3",
"dependencies": {
"purescript-pux": "5.0.3",
"purescript-simple-dom": "fizruk/purescript-simple-dom"
},
"resolutions": {
"purescript-maps": "^0.5.0"
}
}
with (import <nixpkgs> {});
buildBowerComponents {
name = "my-web-app";
generated = ./bower-generated.nix;
src = ./.;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment