File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 66 nixpkgs . url = "github:NixOs/nixpkgs" ;
77 flake-utils . url = "github:numtide/flake-utils" ;
88
9+ abstract-set-theory = {
10+ url = "github:input-output-hk/agda-sets/de39823e91d845232bbf22058565d0553f5da2ac" ;
11+ flake = false ;
12+ } ;
13+
914 agda-nix = {
1015 url = "github:input-output-hk/agda.nix" ;
1116 inputs . nixpkgs . follows = "nixpkgs" ;
3843 ) ;
3944 } ;
4045
46+ overlay-abstract-set-theory = final : prev : {
47+ agdaPackages = prev . agdaPackages . overrideScope (
48+ afinal : aprev : {
49+ abstract-set-theory = aprev . abstract-set-theory . overrideAttrs ( _ : {
50+ src = inputs . abstract-set-theory ;
51+ } ) ;
52+ }
53+ ) ;
54+ } ;
55+
4156 perSystem = flake-utils . lib . eachSystem systems (
4257 system :
4358 let
4863 # (see https://github.com/NixOS/nixpkgs/issues/447012)
4964 inputs . fls-agda . overlays . default
5065 inputs . agda-nix . overlays . default
66+ overlay-abstract-set-theory
5167 overlay-formal-ledger
5268 ] ;
5369 } ;
You can’t perform that action at this time.
0 commit comments