Commit f64c920 1 parent 9caf643 commit f64c920 Copy full SHA for f64c920
File tree 2 files changed +39
-24
lines changed
2 files changed +39
-24
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
inputs = {
3
- opam-nix . url = "github:tweag/opam-nix" ;
4
- flake-utils . follows = "opam-nix/flake-utils" ;
5
- nixpkgs . follows = "opam-nix/nixpkgs" ;
3
+ nixpkgs . url = "github:nixos/nixpkgs/nixos-unstable" ;
4
+ flake-utils . url = "github:numtide/flake-utils" ;
5
+
6
+ opam-nix = {
7
+ url = "github:tweag/opam-nix" ;
8
+ inputs = {
9
+ nixpkgs . follows = "nixpkgs" ;
10
+ flake-utils . follows = "flake-utils" ;
11
+ opam-repository . follows = "opam-repository" ;
12
+ } ;
13
+ } ;
14
+
15
+ opam-repository = {
16
+ url = "github:ocaml/opam-repository" ;
17
+ flake = false ;
18
+ } ;
6
19
7
20
waq-external-repo = {
8
21
url = "github:ushitora-anqou/waq-external-repo" ;
16
29
flake-utils ,
17
30
opam-nix ,
18
31
waq-external-repo ,
32
+ opam-repository ,
19
33
} @ inputs :
20
34
flake-utils . lib . eachDefaultSystem (
21
35
system : let
65
79
./. ;
66
80
scope =
67
81
on . buildOpamProject' {
68
- repos = [ on . opamRepository waq-external-repo ] ;
82
+ repos = [ opam-repository waq-external-repo ] ;
69
83
resolveArgs = {
70
84
with-test = true ;
71
85
with-doc = true ;
You can’t perform that action at this time.
0 commit comments