Simplify machinepath string.
This commit is contained in:
parent
5091567735
commit
d3dc393598
1 changed files with 1 additions and 2 deletions
|
@ -60,8 +60,7 @@
|
||||||
fullPath = true;
|
fullPath = true;
|
||||||
};
|
};
|
||||||
machinePath = lib.concatStringsSep "/" [
|
machinePath = lib.concatStringsSep "/" [
|
||||||
(toString ./.)
|
(toString ./machines)
|
||||||
"machines"
|
|
||||||
machine
|
machine
|
||||||
];
|
];
|
||||||
machineFiles = lib.filter (lib.strings.hasSuffix ".nix") (
|
machineFiles = lib.filter (lib.strings.hasSuffix ".nix") (
|
||||||
|
|
Loading…
Reference in a new issue