Closed qknight closed 7 years ago
the README.md states:
cd $GIT_REPO nix-env -i yarn2nix -f . nix-env -i yarn -f .
but there is no yarn attribute in default.nix so it fails....
yarn is now taken directly from nixpkgs so you can nix-env -i yarn without the -f . bit. nonetheless #44 should fix the installation instructions.
nix-env -i yarn
-f .
cool!
the README.md states:
but there is no yarn attribute in default.nix so it fails....