aboutsummaryrefslogtreecommitdiff
path: root/devShells
diff options
context:
space:
mode:
Diffstat (limited to 'devShells')
-rw-r--r--devShells/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/devShells/default.nix b/devShells/default.nix
index dd41d2a..c87522f 100644
--- a/devShells/default.nix
+++ b/devShells/default.nix
@@ -22,7 +22,7 @@
espc = callDevelop ./nuttx.nix {arch = "rv32imc";};
c = callDevelop ./c.nix {};
qt = callDevelop ./qt.nix {};
- apo = callDevelop ./apo.nix { };
+ apo = callDevelop ./apo.nix {};
};
in
shells