Simplify machinepath string.

This commit is contained in:
Kevin Baensch 2024-12-01 17:21:29 +01:00
parent 5091567735
commit d3dc393598
Signed by: derped
GPG key ID: C0F1D326C7626543

View file

@ -60,8 +60,7 @@
fullPath = true;
};
machinePath = lib.concatStringsSep "/" [
(toString ./.)
"machines"
(toString ./machines)
machine
];
machineFiles = lib.filter (lib.strings.hasSuffix ".nix") (