1
0
Fork 0

stm32: do not use callPackage on something that isn't a derivation

stm32-no-overlay
Sebastien Bourdeauducq 2019-06-01 11:12:59 +08:00
commit 7b165e3160
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

@ -1,7 +1,7 @@
{ pkgs ? import <nixpkgs> {}, rustManifest ? ./stm32/channel-rust-nightly.toml }:
let
jobs = pkgs.callPackage ./stm32/default.nix {
jobs = import ./stm32/default.nix {
inherit rustManifest;
mozillaOverlay = import <mozillaOverlay>;
};