drop kicad
This commit is contained in:
parent
efee6588cd
commit
b1c4f375c1
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ in
|
||||||
geany
|
geany
|
||||||
krita
|
krita
|
||||||
weasis
|
weasis
|
||||||
kicad
|
# kicad
|
||||||
prusa-slicer
|
prusa-slicer
|
||||||
freecad
|
freecad
|
||||||
openscad
|
openscad
|
||||||
|
|
|
@ -70,7 +70,7 @@ in
|
||||||
concatLines (
|
concatLines (
|
||||||
map (
|
map (
|
||||||
n:
|
n:
|
||||||
"NIXOS_TARGET_HOST=${n} nixos-rebuild build --show-trace --fast"
|
"NIXOS_TARGET_HOST=${n} nixos-rebuild build --show-trace --upgrade"
|
||||||
+ optionalString (elem nix-output-monitor config.environment.systemPackages) " |& ${lib.getExe pkgs.nix-output-monitor}"
|
+ optionalString (elem nix-output-monitor config.environment.systemPackages) " |& ${lib.getExe pkgs.nix-output-monitor}"
|
||||||
) (attrNames host_modules)
|
) (attrNames host_modules)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue