Name shells

This commit is contained in:
Malte Tammena 2022-08-27 09:27:51 +02:00
parent 6e98cb7ec0
commit a2895cd75c

View file

@ -12,11 +12,13 @@
in {
devShells = {
nix = pkgs.mkShell {
name = "generic nix";
packages = with pkgs; [
alejandra
];
};
node = pkgs.mkShell {
name = "generic node";
packages = with pkgs; [
nodejs
yarn