Created
July 22, 2018 13:39
-
-
Save Akii/a728ad0601923d4e7f0609e4c14c6328 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| with (import <nixpkgs> {}); | |
| with (import (builtins.fetchTarball https://github.com/moretea/yarn2nix/archive/master.tar.gz) { inherit pkgs; }); | |
| rec { | |
| elescore-client = mkYarnPackage { | |
| name = "elescore-client"; | |
| src = ./.; | |
| packageJson = ./package.json; | |
| yarnLock = ./yarn.lock; | |
| yarnNix = ./elescore-client.nix; | |
| }; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment