can't use builtins.fetchurl on hydra?

module-based-network
Daniel Barlow 2023-03-10 18:51:07 +00:00
parent be06363e4f
commit 2594239bbc
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@
drivers = ["mt7603e"]; drivers = ["mt7603e"];
klibBuild = config.outputs.kernel.modulesupport; klibBuild = config.outputs.kernel.modulesupport;
}; };
wlan_firmware = builtins.fetchurl { wlan_firmware = pkgs.fetchurl {
url = "https://github.com/openwrt/mt76/raw/f24b56f935392ca1d35fae5fd6e56ef9deda4aad/firmware/mt7628_e2.bin"; url = "https://github.com/openwrt/mt76/raw/f24b56f935392ca1d35fae5fd6e56ef9deda4aad/firmware/mt7628_e2.bin";
sha256 = "sha256:1dkhfznmdz6s50kwc841x3wj0h6zg6icg5g2bim9pvg66as2vmh9"; hash = "sha256:1dkhfznmdz6s50kwc841x3wj0h6zg6icg5g2bim9pvg66as2vmh9";
}; };
in { in {
filesystem = dir { filesystem = dir {