add notes on contact

This commit is contained in:
nora 2024-08-21 15:52:53 +02:00
parent 1fde4eddf0
commit ab44e5ef75
2 changed files with 32 additions and 2 deletions

View file

@ -1,3 +1,7 @@
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
packages = with pkgs; [ rustup hugo nodePackages.live-server ];
packages = with pkgs; [
rustup
hugo
nodePackages.live-server
];
}