mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-09-13 23:47:39 +03:00
build: set nightly rust for flake
This commit is contained in:
parent
857c31bcba
commit
697ff09936
@ -29,14 +29,14 @@
|
|||||||
devShells.default = (mkDevShell pkgs.rust-bin.stable.latest.default);
|
devShells.default = (mkDevShell pkgs.rust-bin.stable.latest.default);
|
||||||
|
|
||||||
packages.default = (pkgs.makeRustPlatform {
|
packages.default = (pkgs.makeRustPlatform {
|
||||||
cargo = pkgs.rust-bin.stable.latest.minimal;
|
cargo = pkgs.rust-bin.nightly.latest.minimal;
|
||||||
rustc = pkgs.rust-bin.stable.latest.minimal;
|
rustc = pkgs.rust-bin.nightly.latest.minimal;
|
||||||
}).buildRustPackage {
|
}).buildRustPackage {
|
||||||
inherit (cargoToml.package) name version;
|
inherit (cargoToml.package) name version;
|
||||||
src = ./.;
|
src = ./.;
|
||||||
cargoLock.lockFile = ./Cargo.lock;
|
cargoLock.lockFile = ./Cargo.lock;
|
||||||
buildInputs = devDeps;
|
buildInputs = devDeps;
|
||||||
nativeBuildInputs = devDeps ++ [ pkgs.rustc ];
|
nativeBuildInputs = devDeps;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user