From 08c5138fd20deb4bca5b9243ea3749fdeebe5cb4 Mon Sep 17 00:00:00 2001 From: Pavel Shirshov Date: Sun, 27 Oct 2024 18:08:57 +0000 Subject: [PATCH] wip: nixify --- flake.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index cf964483..2994f393 100644 --- a/flake.nix +++ b/flake.nix @@ -6,10 +6,10 @@ inputs.flake-utils.url = "github:numtide/flake-utils"; outputs = - { - self, - nixpkgs, - flake-utils, + { self + , nixpkgs + , flake-utils + , }: flake-utils.lib.eachDefaultSystem ( system: @@ -24,6 +24,8 @@ coursier sbt dotnet-sdk_6 + nodejs + nodePackages.npm ]; }; }