Relative path of repos not updated correctly
This commit is contained in:
parent
6972d78ffb
commit
128b64dada
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue