Skip to content

Instantly share code, notes, and snippets.

@nyarly
Created May 16, 2017 20:08
Show Gist options
  • Save nyarly/5595a159112d08b454d51d6ab98eba7a to your computer and use it in GitHub Desktop.
Save nyarly/5595a159112d08b454d51d6ab98eba7a to your computer and use it in GitHub Desktop.
with (import <nixpkgs> {});
let
nodeApps = import ./default.nix;
in
stdenv.mkDerivation {
name = "sous-spa";
buildInputs = [ nodeApps."create-cycle-app" ];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment