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

4 lines
68 B
Nix

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