diff options
author | tv <tv@krebsco.de> | 2023-01-15 16:02:32 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-01-16 11:05:49 +0100 |
commit | 8452e3cd77b8e0621f2c22621c310d7ef892f3c9 (patch) | |
tree | 8f4eba162df33c2a7e6d001b381f9d0d62f263c6 /tv | |
parent | 3301d01c71ea55773f6e06fc1b18776742df186c (diff) |
tv br: use modulesPath
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/br.nix | 4 |
1 files 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 = [ - <nixpkgs/nixos/modules/services/hardware/sane_extra_backends/brscan4.nix> + (modulesPath + "/services/hardware/sane_extra_backends/brscan4.nix") ]; krebs.nixpkgs.allowUnfreePredicate = pkg: any (eq (packageName pkg)) [ |