[NixOS] Fix broken systemcheck statements
This commit is contained in:
parent
83041be158
commit
d93b8da859
@ -54,9 +54,10 @@
|
|||||||
# nix
|
# nix
|
||||||
nixd
|
nixd
|
||||||
nil
|
nil
|
||||||
] ++ (if config.system.platform.system == "x86_64-linux" then with pkgs; [
|
] ++ (if pkgs.system == "x86_64-linux" then with pkgs; [
|
||||||
# purescript
|
# purescript
|
||||||
purescript
|
purescript
|
||||||
spago
|
# Broken
|
||||||
|
# spago
|
||||||
] else []);
|
] else []);
|
||||||
}
|
}
|
||||||
|
@ -110,7 +110,7 @@
|
|||||||
# Visualization
|
# Visualization
|
||||||
graphviz
|
graphviz
|
||||||
nodePackages.mermaid-cli
|
nodePackages.mermaid-cli
|
||||||
] ++ (if config.system.platform.system == "x86_64-linux" then with pkgs; [
|
] ++ (if pkgs.system == "x86_64-linux" then with pkgs; [
|
||||||
etcher
|
etcher
|
||||||
discord
|
discord
|
||||||
google-chrome
|
google-chrome
|
||||||
|
Loading…
Reference in New Issue
Block a user