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;
environment.systemPackages = with pkgs; [
maturin
mission-planner
# keep-sorted start
# act
# asm-lsp

View file

@ -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