diff options
| author | Grigory Shipunov | 2023-01-03 15:06:48 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2023-01-03 15:06:48 +0100 |
| commit | 123a4c71ece858e5b1f1354b54db7ec5087d01fe (patch) | |
| tree | 71cc8f83402febc3c9c6a0d8ce5d6e6feda155e0 /modules/devtools.nix | |
| parent | 03eb93e804a7a52e7680841d530214e70737bba0 (diff) | |
rust: back to stable toolchain
Diffstat (limited to 'modules/devtools.nix')
| -rw-r--r-- | modules/devtools.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/devtools.nix b/modules/devtools.nix index 7bbca9b..d3ad897 100644 --- a/modules/devtools.nix +++ b/modules/devtools.nix @@ -10,7 +10,7 @@ direnv (nix-direnv.override { enableFlakes = true; }) # rust - (inputs.fenix.packages."x86_64-linux".complete.toolchain) + (inputs.fenix.packages."x86_64-linux".stable.toolchain) # nix rnix-lsp nixpkgs-fmt |
