File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818
1919let
2020 systemTable = {
21- x86_64-windows = "x86_64-linux" ; # builtins.currentSystem
21+ x86_64-windows = "x86_64-linux" ; # Windows can only be cross-built from Linux now
2222 } ;
2323 crossSystemTable = lib : {
2424 x86_64-windows = lib . systems . examples . mingwW64 ;
5757 # only used for CLI, to be removed when upgraded to next node version
5858 nodePkgs = import "${ sources . cardano-node } /nix" { } ;
5959 shellPkgs = ( import "${ sources . cardano-shell } /nix" ) { inherit system ; } ;
60- inherit ( pkgs . lib ) optionalString optional concatStringsSep ;
60+ inherit ( pkgs . lib ) optionalString ;
6161 crossSystem = lib : ( crossSystemTable lib ) . ${ target } or null ;
6262 # TODO, nsis can't cross-compile with the nixpkgs daedalus currently uses
6363 nsisNixPkgs = import localLib . sources . nixpkgs-nsis { } ;
You can’t perform that action at this time.
0 commit comments