From 03ab3dbfde3a65dfa17a81b5506cc61e11c2d61d Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 3 Dec 2024 17:58:47 -0500 Subject: nix build flake.nix fix --- org/config_nix.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'org/config_nix.org') diff --git a/org/config_nix.org b/org/config_nix.org index fc31bd8..eced79d 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -112,8 +112,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" @@ -136,7 +136,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" -- cgit v1.2.3