about summary refs log tree commit diff
path: root/home/profiles/base/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-03 17:42:56 +0900
committersefidel <contact@sefidel.net>2022-03-03 17:42:56 +0900
commit168c6189387ddd17bba3d84d1d1f8af159aaf13d (patch)
tree4033908ce95653f823490b82505d2cca8b05ce2a /home/profiles/base/default.nix
parenteb0627ae6dc06721b4b0718f4cdba4274299f673 (diff)
downloadnixrc-168c6189387ddd17bba3d84d1d1f8af159aaf13d.tar.gz
nixrc-168c6189387ddd17bba3d84d1d1f8af159aaf13d.zip
feat(home/base): use rust-overlay for rust packages
Diffstat (limited to 'home/profiles/base/default.nix')
-rw-r--r--home/profiles/base/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index 18e9683..2c0f792 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -99,7 +99,7 @@ in
       neovim
 
       # Common build tools
-      pkgs.cargo
+      pkgs.rust-bin.nightly.latest.default
       pkgs.go
       pkgs.gcc
       # pkgs.clang