aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-10-29 16:09:56 +0530
committerAkshay Nair <phenax5@gmail.com>2023-10-29 16:09:56 +0530
commitb6ebba87606d180735994d62e2d71c3fbf0b8763 (patch)
tree3aa0ff77d8d3c569be285e911e9ed44f10777b50 /flake.nix
parent95eae658a4845f86e1b6b2c16387a41dd36f9d42 (diff)
downloadcreative-coding-playground-b6ebba87606d180735994d62e2d71c3fbf0b8763.tar.gz
creative-coding-playground-b6ebba87606d180735994d62e2d71c3fbf0b8763.zip
feat: week 1 sort-of done? but not really
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: