From: Scott Worley Date: Thu, 11 Jun 2020 00:02:51 +0000 (-0700) Subject: Declare that there are no loose packages here X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/commitdiff_plain/2b0f916a012aa10c4e9cee4958d5e2409f538065?ds=sidebyside Declare that there are no loose packages here This fixes nix-env --query when this repo is pulled in as a channel. --- diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..8dd9a56 --- /dev/null +++ b/default.nix @@ -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. + +{}