diff --git a/flake/perSystem.nix b/flake/perSystem.nix index 9d74047..e46b620 100644 --- a/flake/perSystem.nix +++ b/flake/perSystem.nix @@ -61,7 +61,7 @@ path: value: if lib.isDerivation value then { - ${lib.concatStringsSep "/" path} = value; + ${lib.concatStringsSep ":" path} = value; } else if lib.isAttrs value then lib.concatMapAttrs (name: flattenPkgs (path ++ [ name ])) value