From 2710a25504ba855ec378c6d242d8b6347794b085 Mon Sep 17 00:00:00 2001 From: Robert Hambrock Date: Wed, 17 Jan 2024 19:01:45 +0100 Subject: [PATCH] support aarch64-linux environments (#1118) --- flake.lock | 6 +++--- flake.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index bc63e5f42f..fa19650691 100644 --- a/flake.lock +++ b/flake.lock @@ -36,11 +36,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1704791454, - "narHash": "sha256-9Je6gU2cjU66ICL2MBRBNmGKHitB8KXvksEAoEcdSo0=", + "lastModified": 1705309865, + "narHash": "sha256-HkTSsjmR3DE1xKr1M0bBWKyTl4f616166Przd2mwNxw=", "owner": "shazow", "repo": "foundry.nix", - "rev": "d70197216f7bfe8d314a72153f47372fd685c594", + "rev": "883243b30a4b8dbb1b515b79b750e2caf7df1a79", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 53d6d9deb9..c50f069ef0 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ outputs = { self, nixpkgs, flake-utils, foundry }: let - supportedSystems = [ "aarch64-darwin" "x86_64-darwin" "x86_64-linux" ]; + supportedSystems = [ "aarch64-darwin" "aarch64-linux" "x86_64-darwin" "x86_64-linux" ]; overlays = [ foundry.overlay ]; in