Create flake.nix

This commit is contained in:
Tyler 2025-03-20 22:00:19 -04:00 committed by GitHub
parent 08ba31dae5
commit 2067490e15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

7
flake.nix Normal file
View file

@ -0,0 +1,7 @@
{
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; };
}