From df0f39a3f868d77235d099fc32f01e60e8fb2cbd Mon Sep 17 00:00:00 2001 From: Fijxu Date: Sat, 1 Aug 2026 23:56:35 -0400 Subject: [PATCH] chore: Move nix files out of root directory --- .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 3550a30f2..0fc3df9bb 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