From 4b843b8abdf8a7ebc55c980c6e99b39aad4b9139 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 15 Feb 2024 23:09:07 +0100 Subject: [PATCH] Add node packages for bootstrap source version --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 4a1375a..14466c0 100644 --- a/flake.nix +++ b/flake.nix @@ -31,6 +31,11 @@ packages = with pkgs; [ myPython + + nodejs_21 + nodePackages.sass + nodePackages.postcss-cli + nodePackages.autoprefixer ]; # Use $1 for positional args