Merge pull request #301832 from johnbchron/helix-gpt-arm-linux-support

helix-gpt: add support for `aarch64-linux`

authored by Yt and committed by GitHub fea309b3 67d1f1df

+3 -2
+1 -1
pkgs/by-name/he/helix-gpt/package.nix
··· 59 mainProgram = "helix-gpt"; 60 maintainers = with maintainers; [ happysalada ]; 61 license = with licenses; [ mit ]; 62 - platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ]; 63 }; 64 }
··· 59 mainProgram = "helix-gpt"; 60 maintainers = with maintainers; [ happysalada ]; 61 license = with licenses; [ mit ]; 62 + platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" ]; 63 }; 64 }
+2 -1
pkgs/by-name/he/helix-gpt/pin.json
··· 3 "srcHash": "sha256-wDVeX1tHw9pTxYLRkr8BJlF5XIee0/e0f5hzes4ui/o=", 4 "x86_64-linux": "sha256-h6wGkOfSbB8Rwm7eFvcowDdH1RdS6eFaxgf+SdYvYt8=", 5 "x86_64-darwin": "sha256-Sjt/JkyPRCzRpAqJOmBKCBAGWSeV7RYOOokCLYCqg+8=", 6 - "aarch64-darwin": "sha256-Sjt/JkyPRCzRpAqJOmBKCBAGWSeV7RYOOokCLYCqg+8=" 7 }
··· 3 "srcHash": "sha256-wDVeX1tHw9pTxYLRkr8BJlF5XIee0/e0f5hzes4ui/o=", 4 "x86_64-linux": "sha256-h6wGkOfSbB8Rwm7eFvcowDdH1RdS6eFaxgf+SdYvYt8=", 5 "x86_64-darwin": "sha256-Sjt/JkyPRCzRpAqJOmBKCBAGWSeV7RYOOokCLYCqg+8=", 6 + "aarch64-darwin": "sha256-Sjt/JkyPRCzRpAqJOmBKCBAGWSeV7RYOOokCLYCqg+8=", 7 + "aarch64-linux": "sha256-h6wGkOfSbB8Rwm7eFvcowDdH1RdS6eFaxgf+SdYvYt8=" 8 }