mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-14 17:05:02 +01:00
3 lines
116 B
Nix
3 lines
116 B
Nix
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
|
|
packages = with pkgs; [ rustup hugo nodePackages.live-server ];
|
|
}
|