fix wrong attribute name

This commit is contained in:
rnhmjoj 2017-02-27 15:39:09 +01:00
parent 4bd370ee57
commit 46a7252586
No known key found for this signature in database
GPG Key ID: 362BB82B7E496B7C

View File

@ -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
];