Submodules

This commit is contained in:
nora 2024-01-18 19:45:39 +01:00
commit 43d792e148
10 changed files with 712 additions and 0 deletions

3
shell.nix Normal file
View file

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