summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorNadrieril2024-04-10 16:46:24 +0200
committerNadrieril2024-04-10 16:58:44 +0200
commit143a68b2c43c4302abbbd39c28cac3f9c5f52f4a (patch)
treef7380e47918ad4aaf970cfb58e444ed214dbd81f /flake.nix
parentdabbffde83e640aabc634d0a8917108decf9a5e7 (diff)
Trust rustc regarding `Copy` bounds
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 36910f45..e1bafc6b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";
+ charon.url = "github:aeneasverif/charon/generic-copy";
flake-utils.follows = "charon/flake-utils";
nixpkgs.follows = "charon/nixpkgs";
hacl-nix.url = "github:hacl-star/hacl-nix";