From 2b0f916a012aa10c4e9cee4958d5e2409f538065 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Wed, 10 Jun 2020 17:02:51 -0700 Subject: [PATCH] Declare that there are no loose packages here This fixes nix-env --query when this repo is pulled in as a channel. --- default.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 default.nix 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. + +{} -- 2.44.1