diff --git a/flake.lock b/flake.lock index 4df38add9..02f0f6aa1 100644 --- a/flake.lock +++ b/flake.lock @@ -1054,6 +1054,9 @@ }, "tribuchet": { "inputs": { + "crane": [ + "crane" + ], "nix-darwin": [ "nix-darwin" ], @@ -1062,15 +1065,16 @@ ] }, "locked": { - "lastModified": 1782076996, - "narHash": "sha256-L0o+oRRedeRMXEzTmbYOWO1wM0UrNKivBA87daIWiR4=", + "lastModified": 1782856656, + "narHash": "sha256-dedl4w2MnZJxJV8LpdJeRPi2ueCMIqxTgTlGvgqn4Gc=", "owner": "Mic92", "repo": "tribuchet", - "rev": "3652b8e62bf33c41271b7dcaad170385984d4801", + "rev": "abcea59743596594ad9ac50a4708ca3c25240588", "type": "github" }, "original": { "owner": "Mic92", + "ref": "build-fix", "repo": "tribuchet", "type": "github" } diff --git a/flake.nix b/flake.nix index ba1e88835..e7013ef32 100644 --- a/flake.nix +++ b/flake.nix @@ -65,9 +65,10 @@ tincr.inputs.treefmt-nix.follows = "treefmt-nix"; tincr.inputs.crane.follows = "crane"; - tribuchet.url = "github:Mic92/tribuchet"; + tribuchet.url = "github:Mic92/tribuchet/build-fix"; tribuchet.inputs.nixpkgs.follows = "nixpkgs"; tribuchet.inputs.nix-darwin.follows = "nix-darwin"; + tribuchet.inputs.crane.follows = "crane"; #spora.url = "github:krebs/spora"; #spora.inputs.nixpkgs.follows = "nixpkgs"; diff --git a/machines/eve/modules/tribuchet.nix b/machines/eve/modules/tribuchet.nix index a3e68eeb5..8dcee1af6 100644 --- a/machines/eve/modules/tribuchet.nix +++ b/machines/eve/modules/tribuchet.nix @@ -52,8 +52,8 @@ in # aarch64-linux goes to the eliza worker, x86_64-linux to jamie; # a declined build (no worker up) falls back to a local build. systems = [ - #"aarch64-linux" - #"x86_64-linux" + "aarch64-linux" + "x86_64-linux" ]; # nix-1 main already carries the uid-range patch (see flake input). patchNix = false;