Add headers to generated files

This commit is contained in:
Stéphan Kochen
2020-08-24 19:53:15 +02:00
parent 45050621c8
commit fe71de29aa
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
# 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 {}
+3
View File
@@ -1,3 +1,6 @@
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!
{ lib, bash, nodejs, perl, stdenv, writeText }:
with lib;