aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix17
1 files changed, 10 insertions, 7 deletions
diff --git a/flake.nix b/flake.nix
index b9b471c..83cb6ea 100644
--- a/flake.nix
+++ b/flake.nix
@@ -9,13 +9,16 @@
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
nixpkgsFor = forAllSystems (system: import nixpkgs { inherit system; });
- shell = pkgs: with pkgs; mkShell {
- buildInputs = [
- just
- nodejs-18_x
- nodePackages.pnpm
- ];
- };
+ shell = pkgs: with pkgs;
+ mkShell {
+ buildInputs = [
+ just
+ nodejs-18_x
+ nodePackages.pnpm
+ uiua
+ # cbqn
+ ];
+ };
in
{
devShells = forAllSystems (system: