Move to unstable nixpkgs only
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, pkgs-unstable, inputs, ... }:
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
colorschemes.tokyonight.enable = true;
|
||||
|
||||
@@ -153,7 +153,7 @@
|
||||
enable = true;
|
||||
settings = {
|
||||
server = {
|
||||
cmd = [ "${pkgs-unstable.rust-analyzer}/bin/rust-analyzer" ];
|
||||
cmd = [ "${pkgs.rust-analyzer}/bin/rust-analyzer" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user