mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-01-31 13:03:30 +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 {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
pkgs-unstable.rustc
|
||||
pkgs-unstable.rustup
|
||||
pkgs-unstable.rustfmt
|
||||
pkgs-unstable.cargo
|
||||
pkgs-unstable.clippy
|
||||
|
||||
gcc
|
||||
|
@ -34,7 +33,4 @@ in pkgs.mkShell {
|
|||
|
||||
libadwaita
|
||||
];
|
||||
|
||||
RUST_SRC_PATH = "${pkgs-unstable.rust.packages.stable.rustPlatform.rustLibSrc}";
|
||||
RUST_BACKTRACE = 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue