mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-03-02 06:07:45 +03:00
feat: updated shell.nix
This commit is contained in:
parent
222eb72da9
commit
d8a43562f8
1 changed files with 1 additions and 5 deletions
|
@ -16,9 +16,8 @@ let
|
||||||
|
|
||||||
in pkgs.mkShell {
|
in pkgs.mkShell {
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
pkgs-unstable.rustc
|
pkgs-unstable.rustup
|
||||||
pkgs-unstable.rustfmt
|
pkgs-unstable.rustfmt
|
||||||
pkgs-unstable.cargo
|
|
||||||
pkgs-unstable.clippy
|
pkgs-unstable.clippy
|
||||||
|
|
||||||
gcc
|
gcc
|
||||||
|
@ -34,7 +33,4 @@ in pkgs.mkShell {
|
||||||
|
|
||||||
libadwaita
|
libadwaita
|
||||||
];
|
];
|
||||||
|
|
||||||
RUST_SRC_PATH = "${pkgs-unstable.rust.packages.stable.rustPlatform.rustLibSrc}";
|
|
||||||
RUST_BACKTRACE = 1;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue