aboutsummaryrefslogtreecommitdiff
path: root/devShells/apo.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2025-11-14 09:18:36 +0100
committerKarel Kočí <cynerd@email.cz>2025-11-14 09:18:36 +0100
commite44c078ebcea9d81da6d61a0ae596a3e46e9a12d (patch)
tree8870b8640cec95c389b9afc5dbbdd048f88145ef /devShells/apo.nix
parent7606d67ed1dc56b5b5f05b6423f7a5e81db05151 (diff)
downloadnixos-personal-e44c078ebcea9d81da6d61a0ae596a3e46e9a12d.tar.gz
nixos-personal-e44c078ebcea9d81da6d61a0ae596a3e46e9a12d.tar.bz2
nixos-personal-e44c078ebcea9d81da6d61a0ae596a3e46e9a12d.zip
treewide: full update in some time
Diffstat (limited to 'devShells/apo.nix')
-rw-r--r--devShells/apo.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/devShells/apo.nix b/devShells/apo.nix
index 07ed91b..39b890a 100644
--- a/devShells/apo.nix
+++ b/devShells/apo.nix
@@ -1,6 +1,6 @@
pkgs: c: let
riscvPkgs = import pkgs.path {
- localSystem = pkgs.buildPlatform.system;
+ localSystem = pkgs.stdenv.buildPlatform.system;
crossSystem = {
config = "riscv32-none-elf";
libc = "newlib";