restream/shell.nix

9 lines
231 B
Nix
Raw Normal View History

2021-11-04 16:58:13 +01:00
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