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 2
2
description = "bot-plutus-interface" ;
3
3
4
4
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" ;
6
8
7
9
nixpkgs . follows = "haskell-nix/nixpkgs-unstable" ;
8
10
9
11
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" ;
11
14
inputs . nixpkgs . follows = "nixpkgs" ;
12
15
inputs . haskell-nix . follows = "haskell-nix" ;
13
16
} ;
341
344
compiler-nix-name = "ghc8107" ;
342
345
343
346
extra-hackages = [ ( import extraHackage . hackageNix ) ] ;
344
- extra-hackage-tarballs = [ { name = "extraHackage" ; index = extraHackage . hackageTarball ; } ] ;
347
+ extra-hackage-tarballs =
348
+ { "AAAAAA" = extraHackage . hackageTarball ; } ;
345
349
modules = [ extraHackage . module ] ++ haskellModules ;
346
350
347
351
shell = {
412
416
} ) ;
413
417
414
418
herculesCI . ciSystems = [ "x86_64-linux" ] ;
419
+
420
+ extraHackage = inputs . haskell-nix-extra-hackage . mkHackage . x86_64-linux extraHackagePackages ;
415
421
} ;
416
422
}
You can’t perform that action at this time.
0 commit comments