Update flake.lock

This commit is contained in:
bad 2022-06-14 21:47:49 +02:00
parent a327d575f9
commit 853ce7a14e
4 changed files with 5 additions and 5 deletions

View file

@ -374,11 +374,11 @@
},
"nixos": {
"locked": {
"lastModified": 1655096306,
"narHash": "sha256-3B3zBaQVLL956deZgmucouvkZroObQ4JKHzbIfFS9/c=",
"lastModified": 1655200170,
"narHash": "sha256-/yzkX+10sJhYNIcTtZ5ObS+nh/HrJp01XLaubzbRDcU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "a119e218ad27bea32057a3463e3694a61c9e3802",
"rev": "9ff91ce2e4c5d70551d4c8fd8830931c6c6b26b8",
"type": "github"
},
"original": {

View file

@ -26,6 +26,7 @@ in
polymc
lutris
sumneko-lua-language-server
rust-analyzer
cargo-crev
cargo-fuzz
tdesktop

View file

@ -2,7 +2,6 @@
{
environment.systemPackages = with pkgs; [
fenix.latest.toolchain
rust-analyzer
cargo-edit
cargo-crev
cargo-watch

View file

@ -159,7 +159,7 @@
"typescript"
];
"prettier.useTabs" = true;
"rust-analyzer.server.path" = "${pkgs.fenix.rust-analyzer}/bin/rust-analyzer";
"rust-analyzer.server.path" = "${pkgs.rust-analyzer-nightly}/bin/rust-analyzer";
"rust-analyzer.updates.prompt" = false;
"rust-analyzer.updates.checkOnStartup" = false;
"rust-analyzer.cargo.loadOutDirsFromCheck" = true;