Skip to content

Commit c12da5b

Browse files
committed
Applied requested changes
1 parent edede9a commit c12da5b

File tree

4 files changed

+1
-25
lines changed

4 files changed

+1
-25
lines changed

nix-tools/flake.lock

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

nix-tools/flake.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
haskellNix.url = "github:input-output-hk/haskell.nix";
66

77
iohkNix.url = "github:input-output-hk/iohk-nix";
8-
9-
CHaP = {
10-
url = "github:input-output-hk/cardano-haskell-packages?ref=repo";
11-
flake = false;
12-
};
138
};
149

1510

nix-tools/static/project.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ let
44

55
apply-hnix-patches = {
66
packages.hnix.patches = [
7-
(builtins.toFile "plutus-core.patch" ''
7+
(builtins.toFile "hnix.patch" ''
88
diff --git a/src/Nix/Options/Parser.hs b/src/Nix/Options/Parser.hs
99
index 3aeb0e5..bea0ac9 100644
1010
--- a/src/Nix/Options/Parser.hs

nix-tools/static/zipped.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ let
4747
[ pkgs.nix pkgs.gitMinimal ]
4848
++ stringifyInputs inputs
4949
++ stringifyInputs inputs.haskellNix.inputs
50-
# ++ stringifyInputs inputs.flake-utils.inputs
5150
++ stringifyInputs inputs.iohkNix.inputs;
5251
} ''
5352
export HOME=$(mktemp -d)

0 commit comments

Comments
 (0)