tested nixos wsl stuff

This commit is contained in:
2022-03-29 08:55:18 -05:00
parent a5d148c1d6
commit 535a3b1260
4 changed files with 23 additions and 3 deletions

View File

@@ -13,9 +13,10 @@
outputs = { self, nixpkgs, homeManager, ...}@inputs: {
nixosConfigurations = (
import ./hosts.nix {
import ./hosts/hosts.nix {
inherit nixpkgs;
inherit homeManager;
inherit inputs;
inherit (nixpkgs) lib;
}
);