From 2f94b5fbad026e89290b77cf291b2e611e145f98 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Fri, 6 May 2022 17:47:27 -0700 Subject: [PATCH] Allow this to be used as a channel --- default.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 default.nix diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..a2dff65 --- /dev/null +++ b/default.nix @@ -0,0 +1,7 @@ +# This 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 if this repo is +# used as a channel. + +{ } -- 2.44.1