From 5660f7984f5aee21dd248bb721987bacde290bc8 Mon Sep 17 00:00:00 2001 From: Maxwell Beck Date: Wed, 28 May 2025 17:58:20 -0500 Subject: WIP: USB MSC interface Real quick and dirty at the moment... but working! --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4c97fc4..a98ac73 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ }; outputs = { self, nixpkgs }: let - system = "aarch64-darwin"; + system = "x86_64-linux"; pkgs = nixpkgs.legacyPackages.${system}; pico1541 = { stdenvNoCC, cmake, ninja, python3, gcc-arm-embedded-13, pico-sdk, picotool }: stdenvNoCC.mkDerivation { -- cgit 1.4.1