diff options
| author | scouckel <james.krinsky@gmail.com> | 2026-03-25 15:32:57 -0500 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2026-03-25 15:32:57 -0500 |
| commit | 3dda4681d6adc9facb8956b0e1bea24438092955 (patch) | |
| tree | f40db58ba0394d84a9f800f48696c5d23b66c202 /flake.nix | |
| parent | 2a50a86e3faea6deae9adc76572cc543baf678d3 (diff) | |
flake.nix + initial host config
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +{ + inputs = { + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + flake-parts.url = "github:hercules-ci/flake-parts"; + import-tree.url = "github:vic/import-tree"; + }; + + outputs = inputs: + inputs.flake-parts.lib.mkFlake { inherit inputs; } + (inputs.import-tree ./modules); +} |
