forked from lix-project/hydra
release.nix: Do not rely on currentSystem
This commit is contained in:
parent
2c60019910
commit
ddcf05ac22
|
@ -8,7 +8,7 @@ with import (nixpkgs + "/lib");
|
|||
|
||||
let
|
||||
|
||||
pkgs = import nixpkgs {};
|
||||
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||
|
||||
genAttrs' = genAttrs [ "x86_64-linux" /* "i686-linux" */ ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue