mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-14 08:55:01 +01:00
add notes on contact
This commit is contained in:
parent
1fde4eddf0
commit
ab44e5ef75
2 changed files with 32 additions and 2 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue