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