no need of nightly
This commit is contained in:
parent
5728936d4d
commit
ed3aa5abc6
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,4 @@
|
||||||
{ pkgs ? (import <nixpkgs>) { }, lib ? pkgs.lib}:
|
{ pkgs ? (import <nixpkgs>) { }, lib ? pkgs.lib}:
|
||||||
let
|
|
||||||
fenix = import (fetchTarball "https://github.com/nix-community/fenix/archive/main.tar.gz") { };
|
|
||||||
in
|
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
buildInputs = with fenix.latest; [ cargo rustc rustfmt ];
|
buildInputs = with pkgs; [ cargo rustc rustfmt ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue