mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-23 14:31:55 +03:00
14 lines
131 B
Nix
14 lines
131 B
Nix
{
|
|
self,
|
|
lib,
|
|
...
|
|
}: {
|
|
perSystem = {
|
|
self',
|
|
pkgs,
|
|
...
|
|
}: {
|
|
packages.docs = self'.packages.website;
|
|
};
|
|
}
|