fix: reference the subdirectory of the source flake
This commit is contained in:
parent
cea22e1a51
commit
a22971ac6d
2
nix/base-system/flake.lock
generated
2
nix/base-system/flake.lock
generated
@ -806,7 +806,6 @@
|
||||
"quint-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"dir": "quint",
|
||||
"lastModified": 1722257041,
|
||||
"narHash": "sha256-VjAvaFO/OdqIYPqTNbbBZl7ah1GPGMVQJltZYkJx5IY=",
|
||||
"owner": "informalsystems",
|
||||
@ -815,7 +814,6 @@
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"dir": "quint",
|
||||
"owner": "informalsystems",
|
||||
"ref": "v0.21.1",
|
||||
"repo": "quint",
|
||||
|
@ -59,7 +59,7 @@
|
||||
};
|
||||
heracles-flake.url = "github:zaphar/Heracles";
|
||||
quint-src = {
|
||||
url = "github:informalsystems/quint/v0.21.1?dir=quint";
|
||||
url = "github:informalsystems/quint/v0.21.1";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
@ -693,7 +693,7 @@ let
|
||||
name = "_at_informalsystems_slash_quint";
|
||||
packageName = "@informalsystems/quint";
|
||||
version = "0.21.1";
|
||||
src = quint-src;
|
||||
src = "${quint-src}/quint";
|
||||
dependencies = [
|
||||
sources."@grpc/grpc-js-1.11.1"
|
||||
sources."@grpc/proto-loader-0.7.13"
|
||||
|
Loading…
x
Reference in New Issue
Block a user