Delete flake.nix

This commit is contained in:
Tyler 2025-03-26 21:14:10 -04:00 committed by GitHub
parent 94d7583e06
commit d051367035
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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; };
}