X-Git-Url: https://git.patrickod.com/tor.noisebridge.net/tree/src/App.css?a=blobdiff_plain;f=shell.nix;h=1c5dc56149292d4b7c3c158080bf28e8ed4a818d;hb=c4653c0bb99d718ffc296f20ba5c9e5dca0b284a;hp=19b7c155433337b1d8dfda6b9e6407720a39aaa8;hpb=ae7e9009c24193d06daa77bdfcde9caeb37053e4;p=keywing-rs.git diff --git a/shell.nix b/shell.nix index 19b7c15..1c5dc56 100644 --- a/shell.nix +++ b/shell.nix @@ -1,6 +1,4 @@ let - rust-version = "1.46.0"; - nixpkgs = fetchGit { url = "https://github.com/patrickod/nixpkgs.git"; rev = "8bb6ca5f0a93bb0b9264b50a8c56431c7c7cc591"; @@ -21,8 +19,7 @@ let in pkgs.mkShell { - name = "rust-dev"; - nativeBuildInputs = with pkgs; [ + buildInputs = with pkgs; [ (rustChannels.stable.rust.override { targets = targets; extensions = [