From 766a1ccf89720ab657f6aae3d5fb2ae208898a2d Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Mon, 1 Dec 2025 13:23:26 -0800 Subject: [PATCH] ??? --- extras/dev.nix | 1 + systems/NOlaptop.nix | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/extras/dev.nix b/extras/dev.nix index c5a6a65..eeaf00c 100644 --- a/extras/dev.nix +++ b/extras/dev.nix @@ -6,6 +6,7 @@ programs.qgroundcontrol.enable = true; environment.systemPackages = with pkgs; [ maturin + mission-planner # keep-sorted start # act # asm-lsp diff --git a/systems/NOlaptop.nix b/systems/NOlaptop.nix index 87f10d2..fdb5ee9 100644 --- a/systems/NOlaptop.nix +++ b/systems/NOlaptop.nix @@ -68,17 +68,17 @@ "nixos-test" ]; } - { - hostName = "localhost"; - systems = ["x86_64-linux" "i686-linux"]; - supportedFeatures = [ - "benchmark" - "big-parallel" - "gccarch-znver4" - "kvm" - "nixos-test" - ]; - } + # { + # hostName = "localhost"; + # systems = ["x86_64-linux" "i686-linux"]; + # supportedFeatures = [ + # "benchmark" + # "big-parallel" + # "gccarch-znver4" + # "kvm" + # "nixos-test" + # ]; + # } ]; nix.extraOptions = '' builders-use-substitutes = true