Skip to content

Commit 942d6a1

Browse files
committed
Pinned agda version to 2.6.4.3.
Fixes #21
1 parent c30a055 commit 942d6a1

File tree

3 files changed

+17
-20
lines changed

3 files changed

+17
-20
lines changed

flake.lock

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+3-19
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,18 @@
1-
# Docs for this file: https://github.com/input-output-hk/iogx/blob/main/doc/api.md#flakenix
21
{
3-
description = "Change the description field in your flake.nix";
2+
description = "Ouroboros Leios";
43

54

65
inputs = {
76
iogx = {
87
url = "github:input-output-hk/iogx";
98
};
109

11-
# nixpkgs.follows = "haskell-nix/nixpkgs";
12-
13-
# hackage = {
14-
# url = "github:input-output-hk/hackage.nix";
15-
# flake = false;
16-
# };
17-
18-
# CHaP = {
19-
# url = "github:input-output-hk/cardano-haskell-packages?ref=repo";
20-
# flake = false;
21-
# };
22-
23-
# haskell-nix = {
24-
# url = "github:input-output-hk/haskell.nix";
25-
# inputs.hackage.follows = "hackage";
26-
# };
10+
# Agda version 2.6.4.3
11+
agda-nixpkgs.url = "https://github.com/NixOS/nixpkgs/archive/4284c2b73c8bce4b46a6adf23e16d9e2ec8da4bb.tar.gz";
2712

2813
};
2914

3015

31-
# Docs for mkFlake: https://github.com/input-output-hk/iogx/blob/main/doc/api.md#mkflake
3216
outputs = inputs: inputs.iogx.lib.mkFlake {
3317

3418
inherit inputs;

nix/agda.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let
1010
else "";
1111
};
1212

13-
customAgda = pkgs;
13+
customAgda = inputs.agda-nixpkgs.legacyPackages;
1414

1515
agdaStdlib = customAgda.agdaPackages.standard-library;
1616

0 commit comments

Comments
 (0)