Skip to content

Commit 7e510b5

Browse files
committed
build(shells/default): Make it work on aarch64-darwin
1 parent b0d24cb commit 7e510b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

shells/default.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ pkgs.mkShell {
2626
nix-output-monitor
2727
repl
2828
rage
29-
inputs'.dlang-nix.packages.dmd
3029
inputs'.dlang-nix.packages.dub
3130
act
3231
]
33-
++ [
34-
32+
++ pkgs.lib.optionals (pkgs.stdenv.system == "x86_64-linux") [
33+
inputs'.dlang-nix.packages.dmd
3534
];
3635

3736
shellHook = ''

0 commit comments

Comments
 (0)