From: Scott Worley Date: Sat, 7 May 2022 00:47:27 +0000 (-0700) Subject: Allow this to be used as a channel X-Git-Url: http://git.scottworley.com/nixos-qemu-vm-isolation/commitdiff_plain/2f94b5fbad026e89290b77cf291b2e611e145f98?hp=adf9fef69bd0f6ef54360b204d6c2ec89bd5bb9c Allow this to be used as a channel --- 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. + +{ }