]> git.scottworley.com Git - auto-upgrade-with-pinch/commitdiff
Declare that there are no loose packages here
authorScott Worley <scottworley@scottworley.com>
Thu, 11 Jun 2020 00:02:51 +0000 (17:02 -0700)
committerScott Worley <scottworley@scottworley.com>
Thu, 11 Jun 2020 00:03:52 +0000 (17:03 -0700)
This fixes nix-env --query when this repo is pulled in as a channel.

default.nix [new file with mode: 0644]

diff --git a/default.nix b/default.nix
new file mode 100644 (file)
index 0000000..8dd9a56
--- /dev/null
@@ -0,0 +1,5 @@
+# When installed as a channel, this is not an environment.
+#
+# This file exists to stop getAllExprs() in nix/src/nix-env/nix-env.cc from recursing around in here and getting confused.
+
+{}