From 17cb2b62fd8f31f49347ae5818acfc8c589fdbea Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 30 Aug 2024 09:19:06 +0100 Subject: add more systems, update hash --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 2bee636..d35173d 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ self, nixpkgs, }: let - supportedSystems = ["x86_64-linux"]; + supportedSystems = ["x86_64-linux" "aarch64-linux" "aarch64-darwin" ]; forAllSystems = nixpkgs.lib.genAttrs supportedSystems; nixpkgsFor = forAllSystems (system: import nixpkgs { @@ -36,7 +36,7 @@ cp -R ./node_modules/* $out/node_modules ls -la $out/node_modules ''; - outputHash = "sha256-qFYgRIarDChHQu0ZrUKd/Y61gxaagMWpf2h9xizwGv4="; + outputHash = "sha256-rDMFY/D7rRWj6PDhZu2vRST12fyNpYUMl1a1LBB6/Jw="; outputHashAlgo = "sha256"; outputHashMode = "recursive"; }; -- cgit v1.2.3