Skip to content

Commit 0ec71d9

Browse files
committed
update
1 parent f58bb30 commit 0ec71d9

File tree

2 files changed

+131
-34
lines changed

2 files changed

+131
-34
lines changed

flake.lock

Lines changed: 122 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
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
};
@@ -341,7 +344,8 @@
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 = {
@@ -412,5 +416,7 @@
412416
});
413417

414418
herculesCI.ciSystems = [ "x86_64-linux" ];
419+
420+
extraHackage = inputs.haskell-nix-extra-hackage.mkHackage.x86_64-linux extraHackagePackages;
415421
};
416422
}

0 commit comments

Comments
 (0)