Skip to content

Commit d4b7747

Browse files
committed
build(shells): Use dub, ldc, dmd from Nixpkgs
1 parent 6650bd8 commit d4b7747

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

shells/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@
3737
nix-output-monitor
3838
repl
3939
rage
40-
inputs'.dlang-nix.packages.dub
40+
dub
41+
ldc
4142
]
4243
++ pkgs.lib.optionals (pkgs.stdenv.system == "x86_64-linux") [
43-
inputs'.dlang-nix.packages.dmd
44+
dmd
4445
];
4546

4647
shellHook = ''

0 commit comments

Comments
 (0)