This commit is contained in:
nora 2024-01-18 20:47:46 +01:00
parent 43d792e148
commit 89b3e2df37
13 changed files with 211 additions and 40 deletions

View file

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