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;
|
||||
};
|
||||
machinePath = lib.concatStringsSep "/" [
|
||||
(toString ./.)
|
||||
"machines"
|
||||
(toString ./machines)
|
||||
machine
|
||||
];
|
||||
machineFiles = lib.filter (lib.strings.hasSuffix ".nix") (
|
||||
|
|
Loading…
Reference in a new issue