File tree Expand file tree Collapse file tree 3 files changed +4
-50
lines changed Expand file tree Collapse file tree 3 files changed +4
-50
lines changed Original file line number Diff line number Diff line change 3
3
callFlake = import prev . haskell-nix . sources . flake-compat ;
4
4
in {
5
5
haskell-nix = prev . haskell-nix // {
6
- sources = prev . haskell-nix . sources // {
6
+ sources = {
7
7
inherit ( ( callFlake { pkgs = final ; src = ./ghc8107 ; } ) . defaultNix ) ghc8107 ;
8
8
inherit ( ( callFlake { pkgs = final ; src = ./ghc901 ; } ) . defaultNix ) ghc901 ;
9
9
inherit ( ( callFlake { pkgs = final ; src = ./ghc902 ; } ) . defaultNix ) ghc902 ;
32
32
inherit ( ( callFlake { pkgs = final ; src = ./ghc981 ; } ) . defaultNix ) ghc981 ;
33
33
inherit ( ( callFlake { pkgs = final ; src = ./ghc982 ; } ) . defaultNix ) ghc982 ;
34
34
inherit ( ( callFlake { pkgs = final ; src = ./ghc9101 ; } ) . defaultNix ) ghc9101 ;
35
- } ;
35
+ inherit ( ( callFlake { pkgs = final ; src = ./ghc912X ; } ) . defaultNix ) ghc912X ;
36
+ inherit ( ( callFlake { pkgs = final ; src = ./ghc913 ; } ) . defaultNix ) ghc913 ;
37
+ } // prev . haskell-nix . sources ;
36
38
} ;
37
39
}
Original file line number Diff line number Diff line change 91
91
ghcjs = import ./ghcjs.nix ;
92
92
cabalPkgConfig = import ./cabal-pkg-config.nix ;
93
93
cacheCompilerDeps = import ./cache-compiler-deps.nix ;
94
- fetch-source = import ./fetch-source.nix ;
95
94
lazy-inputs = import ../lazy-inputs ;
96
95
rcodesign = import ./rcodesign.nix ;
97
96
} ;
132
131
# Restore nixpkgs haskell and haskellPackages
133
132
( _ : prev : { inherit ( prev . haskell-nix-prev ) haskell haskellPackages ; } )
134
133
cacheCompilerDeps
135
- fetch-source
136
134
lazy-inputs
137
135
rcodesign
138
136
] ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments