File tree Expand file tree Collapse file tree 2 files changed +131
-34
lines changed Expand file tree Collapse file tree 2 files changed +131
-34
lines changed Original file line number Diff line number Diff line change 22 description = "bot-plutus-interface" ;
33
44 inputs = {
5- haskell-nix . url = "github:L-as/haskell.nix" ;
5+ # haskell-nix.url = "github:L-as/haskell.nix";
6+ # haskell-nix.url = "/home/ssdd/dev/haskell.nix";
7+ haskell-nix . url = "github:input-output-hk/haskell.nix" ;
68
79 nixpkgs . follows = "haskell-nix/nixpkgs-unstable" ;
810
911 haskell-nix-extra-hackage = {
10- url = "github:mlabs-haskell/haskell-nix-extra-hackage/main" ;
12+ # url = "github:mlabs-haskell/haskell-nix-extra-hackage/main";
13+ url = "/home/ssdd/mlabs/haskell-nix-extra-hackage" ;
1114 inputs . nixpkgs . follows = "nixpkgs" ;
1215 inputs . haskell-nix . follows = "haskell-nix" ;
1316 } ;
341344 compiler-nix-name = "ghc8107" ;
342345
343346 extra-hackages = [ ( import extraHackage . hackageNix ) ] ;
344- extra-hackage-tarballs = [ { name = "extraHackage" ; index = extraHackage . hackageTarball ; } ] ;
347+ extra-hackage-tarballs =
348+ { "AAAAAA" = extraHackage . hackageTarball ; } ;
345349 modules = [ extraHackage . module ] ++ haskellModules ;
346350
347351 shell = {
412416 } ) ;
413417
414418 herculesCI . ciSystems = [ "x86_64-linux" ] ;
419+
420+ extraHackage = inputs . haskell-nix-extra-hackage . mkHackage . x86_64-linux extraHackagePackages ;
415421 } ;
416422}
You can’t perform that action at this time.
0 commit comments