Relative path of repos not updated correctly

This commit is contained in:
mexisme 2021-03-06 11:23:05 +13:00
parent 6972d78ffb
commit 128b64dada
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{stdenv, lib, pkgs, firmwareLinuxNonfree, ...}:
let
repos = (pkgs.callPackage ../repos.nix {});
repos = (pkgs.callPackage ../../../repos.nix {});
# killernetworking_firmware = ./K1535_Debian;
killernetworking_firmware = repos.ath10k-firmware + "/K1535_Debian";
in