diff options
author | polwex <polwex@sortug.com> | 2024-07-21 01:09:48 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-07-21 01:09:48 +0700 |
commit | 78907aa98c1af8624a62ca123d088c6c16424f41 (patch) | |
tree | 477fe923810522acc211b7514e4931af80f33ed7 /outputs.nix |
init
Diffstat (limited to 'outputs.nix')
-rw-r--r-- | outputs.nix | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/outputs.nix b/outputs.nix new file mode 100644 index 0000000..21c186e --- /dev/null +++ b/outputs.nix @@ -0,0 +1,17 @@ +{ + self, + nixpkgs, + nix-darwin, + nur, + git-hooks, + ... +} @ inputs: let + localHosts = { + # x86_64-linux = import ./hosts/x86 + }; +in { + nixosConfigurations = import ./hosts/nixos.nix inputs; + # darwinConfigurations = { + # m1mba = import ./hosts/mac/m1mba inputs; + # }; +} |