]> git.scottworley.com Git - nix-pin-deps/blobdiff - nix_pin_deps.py
Adapt to nixpkgs' nativeCheckInputs change
[nix-pin-deps] / nix_pin_deps.py
index 6f12df84ca468d63551afb6e8b8c7f85083a88c3..297f7c17822f5e57e64f23876a77ad78ecc3889d 100644 (file)
@@ -1,3 +1,10 @@
+# nix-pin-deps: gc-pin dependencies of a partially-built derivation
+#
+# This program is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation, version 3.
+
+
 from contextlib import contextmanager
 import json
 import os
 from contextlib import contextmanager
 import json
 import os