7 lines
212 B
Plaintext
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 { } ./.
|