This commit is contained in:
nora 2024-02-14 21:08:00 +01:00
parent 382143e6da
commit d28d923d43
9 changed files with 182 additions and 8 deletions

3
shell.nix Normal file
View file

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