Skip to content

Commit 066c985

Browse files
committed
[DDW-1151] Add one more comment
1 parent d6a9cb1 commit 066c985

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
let
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;
@@ -57,7 +57,7 @@ let
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 {};

0 commit comments

Comments
 (0)