From 8452e3cd77b8e0621f2c22621c310d7ef892f3c9 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 15 Jan 2023 16:02:32 +0100 Subject: tv br: use modulesPath --- tv/2configs/br.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tv/2configs/br.nix b/tv/2configs/br.nix index 4a8db2e..47d657c 100644 --- a/tv/2configs/br.nix +++ b/tv/2configs/br.nix @@ -1,8 +1,8 @@ with import ./lib; -{ config, pkgs, ... }: { +{ config, modulesPath, pkgs, ... }: { imports = [ - + (modulesPath + "/services/hardware/sane_extra_backends/brscan4.nix") ]; krebs.nixpkgs.allowUnfreePredicate = pkg: any (eq (packageName pkg)) [ -- cgit v1.2.3