This commit is contained in:
Tao Tien 2025-12-01 13:23:26 -08:00
parent 7df2b4af2f
commit 766a1ccf89
2 changed files with 12 additions and 11 deletions

View file

@ -6,6 +6,7 @@
programs.qgroundcontrol.enable = true; programs.qgroundcontrol.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
maturin maturin
mission-planner
# keep-sorted start # keep-sorted start
# act # act
# asm-lsp # asm-lsp

View file

@ -68,17 +68,17 @@
"nixos-test" "nixos-test"
]; ];
} }
{ # {
hostName = "localhost"; # hostName = "localhost";
systems = ["x86_64-linux" "i686-linux"]; # systems = ["x86_64-linux" "i686-linux"];
supportedFeatures = [ # supportedFeatures = [
"benchmark" # "benchmark"
"big-parallel" # "big-parallel"
"gccarch-znver4" # "gccarch-znver4"
"kvm" # "kvm"
"nixos-test" # "nixos-test"
]; # ];
} # }
]; ];
nix.extraOptions = '' nix.extraOptions = ''
builders-use-substitutes = true builders-use-substitutes = true