From 142b84139737ee35df317ea5c6c81c54ca8a9e72 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Tue, 25 Oct 2022 10:13:21 +0200 Subject: [PATCH] Formatting --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index b115a92..a73f894 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,4 @@ -{ pkgs ? import ./nix {} }: +{ pkgs ? import ./nix { } }: pkgs.npmlock2nix.shell { src = ./.; nodejs = pkgs.nodejs-14_x;