summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock6
-rw-r--r--flake.nix2
2 files changed, 4 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock
index d614ab97..e50e1606 100644
--- a/flake.lock
+++ b/flake.lock
@@ -8,11 +8,11 @@
"rust-overlay": "rust-overlay_2"
},
"locked": {
- "lastModified": 1668176687,
- "narHash": "sha256-uPWct73AqMblEUNUAh46WewzQJpIF/SKOfpQ66P3P4E=",
+ "lastModified": 1668178584,
+ "narHash": "sha256-FOHzA3y/48Y1luWyOWocRIpLRa7khuS7+h7MtxSm1S4=",
"owner": "aeneasverif",
"repo": "charon",
- "rev": "dcc11c103937e2f36bbab70454ad87e159cd7fa9",
+ "rev": "8d60acd93a165ff248595cebd0772d7db2e40d71",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
index 664cf1c2..e3c5129f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -50,7 +50,7 @@
filter = path: type:
path == toString ./Makefile
|| pkgs.lib.hasPrefix (toString ./compiler) path
- || pkgs.lib.hasPrefix (toString ./fstar) path
+ || pkgs.lib.hasPrefix (toString ./backends) path
|| pkgs.lib.hasPrefix (toString ./tests) path;
};
buildPhase = ''