From b6ebba87606d180735994d62e2d71c3fbf0b8763 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 29 Oct 2023 16:09:56 +0530 Subject: feat: week 1 sort-of done? but not really --- flake.nix | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'flake.nix') 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: -- cgit v1.3.1