tangled
alpha
login
or
join now
tgirl.cloud
/
easy-hosts
7
fork
atom
a flake module to ease creating and managing multiple hosts in your nix flake.
7
fork
atom
overview
issues
pulls
pipelines
fix: apply classToND to auto construct with depth
oops
isabelroses.com
1 year ago
8459db09
c3f2da7c
+2
-1
1 changed file
expand all
collapse all
unified
split
lib.nix
+2
-1
lib.nix
···
269
269
inherit (splitSystem system) arch class;
270
270
in
271
271
{
272
272
-
inherit arch class;
272
272
+
inherit arch;
273
273
+
class = classToND class;
273
274
system = constructSystem cfg arch class;
274
275
path = "${cfg.path}/${system}/${name}";
275
276
}