Skip to content

Commit 2203b4b

Browse files
committed
Add nixos-module-contrib override
1 parent ea99f71 commit 2203b4b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

overrides.nix

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,10 @@ self: super: {
77
nativeBuildInputs = nativeBuildInputs ++ [ self.poetry ];
88
}
99
);
10-
}
10+
nixos-modules-contrib = super.nixos-modules-contrib.overridePythonAttrs (
11+
{ nativeBuildInputs ? [], ... }: {
12+
format = "pyproject";
13+
nativeBuildInputs = nativeBuildInputs ++ [ self.poetry ];
14+
}
15+
);
16+
}

0 commit comments

Comments
 (0)