From be72b82875f91d82c8682e24f304f77337b78ce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Wed, 30 Jul 2025 13:25:22 +0200 Subject: [PATCH] Link to upstreaming PR for `lib.types.fileset` (#487) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-on: https://git.fediversity.eu/Fediversity/Fediversity/pulls/487 Reviewed-by: kiara Grouwstra Co-authored-by: Nicolas “Niols” Jeannerod Co-committed-by: Nicolas “Niols” Jeannerod --- deployment/check/common/nixosTest.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deployment/check/common/nixosTest.nix b/deployment/check/common/nixosTest.nix index cb52ed9f..bc30edba 100644 --- a/deployment/check/common/nixosTest.nix +++ b/deployment/check/common/nixosTest.nix @@ -48,7 +48,8 @@ in extraTestScript = 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 { name = "fileset"; description = "fileset";