summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-08-25 11:44:17 -0400
committerseth <[email protected]>2023-08-25 11:46:03 -0400
commitff2b42324c49dec6fe70e6161fb7288930a8aa98 (patch)
treeb4d92efc1fc2acf7c3bfa578dde325b0a68b8cba /flake.nix
parent811c25ca3d5f1c732b46e658bbeca62878433c45 (diff)
lib/configs: replace mapHMUsers with genHMUsers
this mainly just flattens the layout of homeConfigurations from homeConfigurations.<system>.name to homeConfigurations.<name>@<system>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 4c439ed..07d40dc 100644
--- a/flake.nix
+++ b/flake.nix
@@ -128,7 +128,6 @@
};
outputs = {
- getchoo,
parts,
pre-commit,
...
@@ -136,7 +135,6 @@
parts.lib.mkFlake {inherit inputs;} {
imports = [
pre-commit.flakeModule
- getchoo.flakeModules.homeConfigurations
./hosts
./parts