summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Boisseau2024-04-27 13:31:45 +0200
committerGitHub2024-04-27 13:31:45 +0200
commitfead40d1fb6e9f7bed705e8d3048133cf59c3bb8 (patch)
treea35feb03710a3f20e53544ef93ac5ba1b37461fc
parent5da597289c1723aa59bf87ad5075675820c18f73 (diff)
parent281513027f3a4c5650109d725d1ac5ee7739edba (diff)
Merge pull request #159 from zgrannan/add-flake-systems
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 7faee70a..6f868e3b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,7 +14,7 @@
# Remark: keep the list of outputs in sync with the list of inputs above
# (see above remark)
outputs = { self, charon, flake-utils, nixpkgs, hacl-nix, flake-compat }:
- flake-utils.lib.eachSystem [ "x86_64-linux" ] (system:
+ flake-utils.lib.eachDefaultSystem (system:
let
pkgs = import nixpkgs { inherit system; };
ocamlPackages = pkgs.ocamlPackages;