nix-config/overlays/pyload-declarative-user-management/default.nix
Bruno BELANYI a58d75f3e3
Some checks failed
ci/woodpecker/push/check Pipeline failed
WIP: WAITING FOR NIXPKS UPDATE
2023-12-25 19:47:17 +01:00

4 lines
68 B
Nix

self: _super:
{
pyload-ng = self.callPackage ./package.nix { };
}