From cc6aac612e36da3c9b9b4e47fc16ed512a79f2d9 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 17 Aug 2023 17:28:03 -0400 Subject: Nixify rust build Not getting deps yet but thats okay, I basically need to do a bunch of annoying nix work to get rustPackages into a thing like pythonPackages. --- Biz/Bild.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Biz/Bild.nix') diff --git a/Biz/Bild.nix b/Biz/Bild.nix index 918d6b1..94305bc 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -22,10 +22,12 @@ rec { haskellDeps = import ./Bild/Deps/Haskell.nix; + ghcPackages = nixpkgs.haskellPackages; ghcWith = nixpkgs.haskell.packages.${constants.ghcCompiler}.ghcWithHoogle; sbclWith = nixpkgs.lispPackages_new.sbclWithPackages; + pythonPackages = nixpkgs.python3Packages; pythonWith = nixpkgs.python3.withPackages; ghcPackageSetFull = private.ghcWith private.haskellDeps; @@ -51,7 +53,6 @@ rec { (private.ghcWith (hpkgs: with hpkgs; [])) /* disable until nixified builds are complete */ - rustc # c deps gcc gdb valgrind argp-standalone SDL # lisp deps -- cgit v1.2.3