Skip to content

Commit 80172e6

Browse files
bladyjokerszg251
andauthored
Update experimental/build.nix
Co-authored-by: Szabo Gergely <gege251@mailbox.org>
1 parent 964fccf commit 80172e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimental/build.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _: {
1919
pkgs.protobuf
2020
pkgs.haskellPackages.haskell-language-server
2121
]
22-
++ (if pkgs.system == "x86_64-linux" then [ pkgs.swiPrologWithGui ] else [ ])
22+
++ (pkgs.lib.optionals pkgs.stdenv.isLinux [ pkgs.swiPrologWithGui ])
2323
++ config.settings.shell.tools;
2424

2525
shellHook = config.settings.shell.hook;

0 commit comments

Comments
 (0)