aboutsummaryrefslogtreecommitdiffstats
path: root/flake
diff options
context:
space:
mode:
Diffstat (limited to 'flake')
-rw-r--r--flake/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake/default.nix b/flake/default.nix
index ded656e7..16ae52c6 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -61,7 +61,7 @@
};
tests = import ../tests {
- inherit pkgs nixpkgs_as_input myPkgs;
+ inherit pkgs nixpkgs_as_input myPkgs sysLib;
inherit (pkgs) lib;
extraModules = {
termfilechooser = "${nixpkgs_open_prs.nixpkgs-tfc}/nixos/modules/config/xdg/portals/termfilechooser.nix";