diff options
-rw-r--r-- | home/profiles/base/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index 2c0f792..8a309b3 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -99,7 +99,7 @@ in neovim # Common build tools - pkgs.rust-bin.nightly.latest.default + (pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default)) pkgs.go pkgs.gcc # pkgs.clang |