diff --git a/flake.nix b/flake.nix deleted file mode 100644 index 85c678d..0000000 --- a/flake.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ - description = "Top-level flake redirecting to dot_config/flake"; - - inputs.nixpkgs.url = "github:NixOS/nixpkgs"; - - outputs = { self, nixpkgs }: import ./dot_config/flake { inherit self nixpkgs; }; -}