Files
yarn-plugin-nixify-patched/src/default.nix.in
T
2020-08-24 19:53:15 +02:00

7 lines
206 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 {}