export "dir" and "symlink" from pseudofiles package
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user