diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 | 
1 files changed, 3 insertions, 3 deletions
| @@ -89,8 +89,8 @@            src = self;            inherit shell;            inherit devEnv; -          buildInputs = with pkgs-ovl; [sqlite]; -          nativeBuildInputs = with pkgs-ovl; [dub dmd gnumake]; +          buildInputs = with pkgs-nix; [sqlite]; +          nativeBuildInputs = with pkgs-nix; [dub dmd gnumake];            buildPhase = ''              runHook preBuild              buildCMD="dub run --cache=local --compiler=$(type -P dmd) --build=dmd --combined --skip-registry=all" @@ -113,7 +113,7 @@            inherit shell;            inherit devEnv;            buildInputs = with pkgs-nix; [sqlite]; -          nativeBuildInputs = with pkgs-ovl; [dub ldc gnumake]; +          nativeBuildInputs = with pkgs-nix; [dub ldc gnumake];            buildPhase = ''              runHook preBuild              buildCMD="dub run --cache=local --compiler=$(type -P ldmd2) --build=ldmd2 --combined --skip-registry=all" | 
