1
0
Fork 0
VaultUI/shell.nix
ChaotiCryptidz c29bb1dc1b add direnv
2022-01-10 13:35:11 +00:00

5 lines
91 B
Nix

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