diff options
author | Nadrieril | 2024-04-11 11:00:35 +0200 |
---|---|---|
committer | Nadrieril | 2024-04-11 11:00:35 +0200 |
commit | 2f43c95253de73fce3207a7e6895f257b857f566 (patch) | |
tree | 722d3fad1c0cef926e40df16bd8645ce3b4abd20 | |
parent | c63284e3f9d7723b24f2d226355747e91ebb06aa (diff) |
Use charon main
Diffstat (limited to '')
-rw-r--r-- | flake.lock | 7 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 4 insertions, 5 deletions
@@ -8,16 +8,15 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1712760963, - "narHash": "sha256-KV8ZSHfnAn9bx1JA4k7Vj8yntfxMjjqIH05yHV9IDH0=", + "lastModified": 1712825631, + "narHash": "sha256-YC0QArtso4Z9iBgd63FXHsSopMtWof0kC7ZrYpE6yzg=", "owner": "aeneasverif", "repo": "charon", - "rev": "763aa8c3d308be619829939170af93624e4561f4", + "rev": "657de2521c285401d706ec69d588bb5778b18109", "type": "github" }, "original": { "owner": "aeneasverif", - "ref": "generic-copy", "repo": "charon", "type": "github" } @@ -4,7 +4,7 @@ inputs = { # Remark: when adding inputs here, don't forget to also add them in the list # of outputs below! - charon.url = "github:aeneasverif/charon/generic-copy"; + charon.url = "github:aeneasverif/charon"; flake-utils.follows = "charon/flake-utils"; nixpkgs.follows = "charon/nixpkgs"; hacl-nix.url = "github:hacl-star/hacl-nix"; |