File tree 3 files changed +17
-20
lines changed
3 files changed +17
-20
lines changed Original file line number Diff line number Diff line change 1
- # Docs for this file: https://github.com/input-output-hk/iogx/blob/main/doc/api.md#flakenix
2
1
{
3
- description = "Change the description field in your flake.nix " ;
2
+ description = "Ouroboros Leios " ;
4
3
5
4
6
5
inputs = {
7
6
iogx = {
8
7
url = "github:input-output-hk/iogx" ;
9
8
} ;
10
9
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" ;
27
12
28
13
} ;
29
14
30
15
31
- # Docs for mkFlake: https://github.com/input-output-hk/iogx/blob/main/doc/api.md#mkflake
32
16
outputs = inputs : inputs . iogx . lib . mkFlake {
33
17
34
18
inherit inputs ;
Original file line number Diff line number Diff line change 10
10
else "" ;
11
11
} ;
12
12
13
- customAgda = pkgs ;
13
+ customAgda = inputs . agda-nixpkgs . legacyPackages ;
14
14
15
15
agdaStdlib = customAgda . agdaPackages . standard-library ;
16
16
You can’t perform that action at this time.
0 commit comments