Move to unstable nixpkgs only

This commit is contained in:
2025-12-06 19:52:39 -05:00
parent 90c7861da6
commit e6ebf14016
3 changed files with 5 additions and 27 deletions

View File

@@ -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" ];
};
};
};