File tree Expand file tree Collapse file tree 6 files changed +535
-20
lines changed Expand file tree Collapse file tree 6 files changed +535
-20
lines changed Original file line number Diff line number Diff line change 1818
1919let
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 ;
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 ; {
You can’t perform that action at this time.
0 commit comments