Skip to content

Commit 2056af7

Browse files
committed
[DDW-1151] Add nix/tullia.nix
1 parent 361ead8 commit 2056af7

File tree

6 files changed

+535
-20
lines changed

6 files changed

+535
-20
lines changed

default.nix

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

1919
let
2020
systemTable = {
21-
x86_64-windows = builtins.currentSystem;
21+
x86_64-windows = "x86_64-linux"; # builtins.currentSystem
2222
};
2323
crossSystemTable = lib: {
2424
x86_64-windows = lib.systems.examples.mingwW64;
@@ -43,8 +43,7 @@ let
4343
patch -p1 -i ${./nix/cardano-wallet--enable-aarch64-darwin.patch}
4444
'';
4545
};
46-
haskellNix = import sources."haskell.nix" {};
47-
inherit (import haskellNix.sources.nixpkgs-unstable haskellNix.nixpkgsArgs) haskell-nix;
46+
haskell-nix = walletFlake.defaultNix.inputs.haskellNix.legacyPackages.${system}.haskell-nix;
4847
flake-compat = import sources.flake-compat;
4948
walletFlake = flake-compat { src = sources.cardano-wallet; };
5049
walletPackages = with walletFlake.defaultNix.hydraJobs; {

0 commit comments

Comments
 (0)