From 46a725258629108f163bf7a95f62ea2f9140d6fd Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Mon, 27 Feb 2017 15:39:09 +0100 Subject: [PATCH] fix wrong attribute name --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 9e5b60e..694bbc2 100644 --- a/shell.nix +++ b/shell.nix @@ -14,7 +14,7 @@ in pkgs.stdenv.mkDerivation rec { name = "asjon-dev"; source = "."; - node = with pkgs; [ + buildInputs = with pkgs; [ nodejs nodePackages.coffee-script openssh graphicsmagick ];