From 128b64dadae86e386e946fbb15ff466ffb63d928 Mon Sep 17 00:00:00 2001 From: mexisme Date: Sat, 6 Mar 2021 11:23:05 +1300 Subject: [PATCH] Relative path of repos not updated correctly --- microsoft/surface/firmware/surface-go/ath10k/ath10k.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft/surface/firmware/surface-go/ath10k/ath10k.nix b/microsoft/surface/firmware/surface-go/ath10k/ath10k.nix index 6b4b76d..909131d 100644 --- a/microsoft/surface/firmware/surface-go/ath10k/ath10k.nix +++ b/microsoft/surface/firmware/surface-go/ath10k/ath10k.nix @@ -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