diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-10-29 16:09:56 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-10-29 16:09:56 +0530 |
| commit | b6ebba87606d180735994d62e2d71c3fbf0b8763 (patch) | |
| tree | 3aa0ff77d8d3c569be285e911e9ed44f10777b50 /flake.nix | |
| parent | 95eae658a4845f86e1b6b2c16387a41dd36f9d42 (diff) | |
| download | creative-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.nix | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -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: |
