Skip to content

Commit

Permalink
nix: Use coliasgroup Verus repo
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed May 29, 2024
1 parent 325672c commit 06a75fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions hacking/cargo-manifest-management/manifest-scope.nix
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ in rec {
};

verusSource = {
git = "https://github.com/nspin/verus.git";
tag = mkKeepRef "fdac1c3c52e639bf3e835802f63b43520379b1a1";
git = "https://github.com/coliasgroup/verus.git";
tag = mkKeepRef "fdac1c3c52e639bf3e835802f63b43520379b1a1"; # branch dev
};
}
6 changes: 2 additions & 4 deletions hacking/nix/scope/verus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,8 @@ let
}));

src = sources.fetchGit {
url = "https://github.com/nspin/verus.git";
rev = "fdac1c3c52e639bf3e835802f63b43520379b1a1";
local = sources.localRoot + "/../s/verus-hacking/verus";
# useLocal = true;
url = "https://github.com/coliasgroup/verus.git";
rev = "fdac1c3c52e639bf3e835802f63b43520379b1a1"; # branch dev
};

lockfile = vendorLockfile {
Expand Down

0 comments on commit 06a75fc

Please sign in to comment.