can't use builtins.fetchurl on hydra?
This commit is contained in:
parent
be06363e4f
commit
2594239bbc
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@
|
|||
drivers = ["mt7603e"];
|
||||
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";
|
||||
sha256 = "sha256:1dkhfznmdz6s50kwc841x3wj0h6zg6icg5g2bim9pvg66as2vmh9";
|
||||
hash = "sha256:1dkhfznmdz6s50kwc841x3wj0h6zg6icg5g2bim9pvg66as2vmh9";
|
||||
};
|
||||
in {
|
||||
filesystem = dir {
|
||||
|
|
Loading…
Reference in a new issue