1
0
Fork 0
VaultUI/nix.shell

5 lines
91 B
Plaintext

{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
packages = with pkgs; [
nodejs
];
}