From 1a0fd8287d89d78b8af39556e4932d68051d4d66 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Sun, 2 Aug 2026 00:06:13 -0400 Subject: [PATCH] chore: Move nix files out of root directory (#5861) --- .envrc | 2 +- flake.lock => nix/flake.lock | 0 flake.nix => nix/flake.nix | 0 packages.nix => nix/packages.nix | 0 shell.nix => nix/shell.nix | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename flake.lock => nix/flake.lock (100%) rename flake.nix => nix/flake.nix (100%) rename packages.nix => nix/packages.nix (100%) rename shell.nix => nix/shell.nix (100%) diff --git a/.envrc b/.envrc index 3550a30f..0fc3df9b 100644 --- a/.envrc +++ b/.envrc @@ -1 +1 @@ -use flake +use flake ./nix diff --git a/flake.lock b/nix/flake.lock similarity index 100% rename from flake.lock rename to nix/flake.lock diff --git a/flake.nix b/nix/flake.nix similarity index 100% rename from flake.nix rename to nix/flake.nix diff --git a/packages.nix b/nix/packages.nix similarity index 100% rename from packages.nix rename to nix/packages.nix diff --git a/shell.nix b/nix/shell.nix similarity index 100% rename from shell.nix rename to nix/shell.nix