refactor: extract 'dotsPath' for 'dots' path

This commit is contained in:
2026-01-20 15:35:24 +01:00
parent b6453330bf
commit 24ed3f03cd
6 changed files with 26 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
{ inputs, outputs, ... }:
{ inputs, outputs, dotsPath, ... }:
{
imports = [
@@ -19,7 +19,7 @@
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = {
inherit inputs outputs;
inherit inputs outputs dotsPath;
};
};