Pass around less stuff

This commit is contained in:
Gene Liverman 2024-12-04 21:39:16 -05:00
parent eead479245
commit 6318b773df
2 changed files with 17 additions and 19 deletions

View file

@ -1,10 +1,5 @@
{ inputs, nixpkgs, nixpkgs-unstable, compose2nix, disko, flox, genebean-omp-themes,
home-manager, nix-darwin, nix-flatpak, nix-homebrew, nixos-cosmic,
nixos-hardware, nixpkgs-terraform, simple-nixos-mailserver, sops-nix, ...
}: let
nixosHostConfig = import ./nixosHostConfig.nix { inherit inputs nixpkgs nixpkgs-unstable compose2nix disko flox genebean-omp-themes
home-manager nix-darwin nix-flatpak nix-homebrew nixos-cosmic
nixos-hardware nixpkgs-terraform simple-nixos-mailserver sops-nix; };
{ inputs, ... }: let
nixosHostConfig = import ./nixosHostConfig.nix { inherit inputs; };
in {
inherit (nixosHostConfig)
nixosHostConfig