Files
yarn-plugin-nixify-patched/src/default.nix.in
T
2020-08-25 18:20:16 +02:00

7 lines
212 B
Plaintext

# This is a minimal `default.nix` by yarn-plugin-nixify. You can customize it
# as needed, it will not be overwritten by the plugin.
{ pkgs ? import <nixpkgs> { } }:
pkgs.callPackage ./yarn-project.nix { } ./.