This commit is contained in:
nora 2024-01-21 16:42:56 +01:00
parent 148a5352a3
commit 5f1f9bd6a6
4 changed files with 386 additions and 11 deletions

View file

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