export "dir" and "symlink" from pseudofiles package
This commit is contained in:
parent
1c14bb63fa
commit
09a9dba963
5 changed files with 16 additions and 13 deletions
|
@ -1,6 +1,8 @@
|
|||
{ lib, ...}:
|
||||
{ lib, pkgs, ...}:
|
||||
let
|
||||
inherit (lib) mkEnableOption mkOption types isDerivation hasAttr ;
|
||||
inherit (pkgs.pseudofile) dir symlink;
|
||||
|
||||
type_service = types.package // {
|
||||
name = "service";
|
||||
description = "s6-rc service";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue