From fa066bf469e2d964114c496ea718420fe10337fb Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Sat, 1 Aug 2026 14:19:43 -0700 Subject: [PATCH] An empty default.nix for nix-env compatibility --- default.nix | 1 + 1 file changed, 1 insertion(+) create mode 100644 default.nix diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/default.nix @@ -0,0 +1 @@ +{} -- 2.51.2