We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964fccf commit 80172e6Copy full SHA for 80172e6
experimental/build.nix
@@ -19,7 +19,7 @@ _: {
19
pkgs.protobuf
20
pkgs.haskellPackages.haskell-language-server
21
]
22
- ++ (if pkgs.system == "x86_64-linux" then [ pkgs.swiPrologWithGui ] else [ ])
+ ++ (pkgs.lib.optionals pkgs.stdenv.isLinux [ pkgs.swiPrologWithGui ])
23
++ config.settings.shell.tools;
24
25
shellHook = config.settings.shell.hook;
0 commit comments