add dev shell flake

This commit is contained in:
Vinzenz Schroeter 2024-11-05 22:24:03 +01:00
parent 817f574ec2
commit f7a5d8f823
3 changed files with 53 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{
pkgs ? import <nixpkgs> { },
...
}:
let
rust-toolchain = pkgs.symlinkJoin {