mirror of
https://github.com/Noratrieb/fix-und-fertig.git
synced 2026-01-16 03:35:02 +01:00
tree
This commit is contained in:
parent
382143e6da
commit
d28d923d43
9 changed files with 182 additions and 8 deletions
3
shell.nix
Normal file
3
shell.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
|
||||
packages = with pkgs; [ rustup tree ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue