mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Update shell.nix
This commit is contained in:
parent
46aba856cd
commit
ae3519cd49
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = [
|
||||
pkgs.buildPackages.nodejs-16_x
|
||||
pkgs.buildPackages.nodePackages.npm
|
||||
nativeBuildInputs = with pkgs; [
|
||||
nodejs-16_x
|
||||
nodePackages.npm
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue