mirror of
https://github.com/nix-community/plasma-manager.git
synced 2024-11-29 15:03:49 +03:00
8 lines
109 B
Nix
8 lines
109 B
Nix
{ pkgs ? import <nixpkgs> { } }:
|
|
rec {
|
|
docs = import ./docs {
|
|
inherit pkgs;
|
|
lib = pkgs.lib;
|
|
};
|
|
}
|