???
This commit is contained in:
parent
7df2b4af2f
commit
766a1ccf89
2 changed files with 12 additions and 11 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue