aboutsummaryrefslogtreecommitdiff
path: root/devShells
diff options
context:
space:
mode:
Diffstat (limited to 'devShells')
-rw-r--r--devShells/apo.nix2
-rw-r--r--devShells/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/devShells/apo.nix b/devShells/apo.nix
index 39b890a..0178214 100644
--- a/devShells/apo.nix
+++ b/devShells/apo.nix
@@ -11,7 +11,7 @@ in
pkgs.buildPackages.mkShell {
packages = with pkgs; [
qtrvsim
- #glibc.static
+ glibc.static
riscvPkgs.buildPackages.gcc
pkgsCross.armv7l-hf-multiplatform.buildPackages.gcc
pkgsCross.armv7l-hf-multiplatform.glibc.static
diff --git a/devShells/default.nix b/devShells/default.nix
index 462a791..30a62a1 100644
--- a/devShells/default.nix
+++ b/devShells/default.nix
@@ -3,5 +3,5 @@ pkgs: rec {
#clang = import ./c.nix pkgs [pkgs.clang];
#musl = import ./c.nix pkgs.pkgsMusl;
#llvm = import ./c.nix pkgs.pkgsLLVM;
- #apo = import ./apo.nix pkgs c;
+ apo = import ./apo.nix pkgs c;
}