diff --git a/shell.nix b/shell.nix index b21d197..eaa9a72 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,4 @@ { pkgs ? (import ) { }, lib ? pkgs.lib}: pkgs.mkShell { - buildInputs = with pkgs; [ cargo rustc rustfmt nixos-shell ]; + buildInputs = with pkgs; [ cargo rustc rustfmt ]; }