Also add a shell.nix

This commit is contained in:
Rien Maertens
2021-11-04 16:58:13 +01:00
parent 58a28c2715
commit 85f4104796
4 changed files with 41 additions and 33 deletions

8
shell.nix Normal file
View File

@ -0,0 +1,8 @@
let
pkgs = import <nixpkgs> {
overlays = [
(import (builtins.fetchTarball "https://github.com/oxalica/rust-overlay/archive/master.tar.gz"))
];
};
reStreamDev = import ./default.nix;
in reStreamDev.devShell pkgs