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