[NixOS] Fix broken systemcheck statements

This commit is contained in:
Ivan Malison 2023-08-19 17:11:20 -06:00
parent 83041be158
commit d93b8da859
2 changed files with 4 additions and 3 deletions

View File

@ -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 []);
}

View File

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