From d3dc393598c5cc9adda5f5eea43682c5c4f17f45 Mon Sep 17 00:00:00 2001 From: derped Date: Sun, 1 Dec 2024 17:21:29 +0100 Subject: [PATCH] Simplify machinepath string. --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index b9853a2..c7a3ebe 100644 --- a/flake.nix +++ b/flake.nix @@ -60,8 +60,7 @@ fullPath = true; }; machinePath = lib.concatStringsSep "/" [ - (toString ./.) - "machines" + (toString ./machines) machine ]; machineFiles = lib.filter (lib.strings.hasSuffix ".nix") (