forked from Fediversity/Fediversity
data model: add TF test #4
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