forked from Fediversity/Fediversity
Link to upstreaming PR for lib.types.fileset
(#487)
Reviewed-on: Fediversity/Fediversity#487 Reviewed-by: kiara Grouwstra <kiara@procolix.eu> Co-authored-by: Nicolas “Niols” Jeannerod <nicolas.jeannerod@moduscreate.com> Co-committed-by: Nicolas “Niols” Jeannerod <nicolas.jeannerod@moduscreate.com>
This commit is contained in:
parent
1b66028f32
commit
be72b82875
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ in
|
||||||
extraTestScript = mkOption { };
|
extraTestScript = mkOption { };
|
||||||
|
|
||||||
sourceFileset = mkOption {
|
sourceFileset = mkOption {
|
||||||
## REVIEW: Upstream to nixpkgs?
|
## FIXME: grab `lib.types.fileset` from NixOS, once upstreaming PR
|
||||||
|
## https://github.com/NixOS/nixpkgs/pull/428293 lands.
|
||||||
type = types.mkOptionType {
|
type = types.mkOptionType {
|
||||||
name = "fileset";
|
name = "fileset";
|
||||||
description = "fileset";
|
description = "fileset";
|
||||||
|
|
Loading…
Add table
Reference in a new issue