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