Skip to content

Commit bf2ee84

Browse files
authored
Bump IOGX V3 (#46)
* a * wow * Ready for PR * WIP * WIP * WIP * Bump IOGX * Bump IOGX * Bump IOGX * Bump IOGX * Bump IOGX * Bump IOGX * Bump IOGX * Bump IOGX * Bump IOGX
1 parent f8da278 commit bf2ee84

File tree

6 files changed

+37
-19
lines changed

6 files changed

+37
-19
lines changed

flake.lock

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

flake.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
};
1111

1212

13-
outputs = inputs: inputs.iogx.lib.mkFlake inputs ./.;
13+
outputs = inputs: inputs.iogx.lib.mkFlake {
14+
inherit inputs;
15+
repoRoot = ./.;
16+
systems = [ "x86_64-darwin" "x86_64-linux" "aarch64-darwin" ];
17+
};
1418

1519

1620
nixConfig = {
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# This file is part of the IOGX template and is documented at the link below:
2-
# https://www.github.com/input-output-hk/iogx#38-nixpre-commit-checknix
2+
# https://www.github.com/input-output-hk/iogx#38-nixformattersnix
33

44
{
55
cabal-fmt.enable = true;
66

7-
nixpkgs-fmt.enable = true;
8-
97
fourmolu.enable = true;
108
fourmolu.extraOptions = "-o -XImportQualifiedPost -o -XTypeApplications -o -XPatternSynonyms";
11-
}
9+
}

nix/haskell.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# This file is part of the IOGX template and is documented at the link below:
2+
# https://www.github.com/input-output-hk/iogx#32-nixhaskellnix
3+
4+
{
5+
supportedCompilers = ["ghc927"];
6+
}

nix/iogx-config.nix

Lines changed: 0 additions & 7 deletions
This file was deleted.

nix/shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
{
55
name = "quickcheck-dynamic";
6-
}
6+
}

0 commit comments

Comments
 (0)