From 168c6189387ddd17bba3d84d1d1f8af159aaf13d Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 3 Mar 2022 17:42:56 +0900 Subject: feat(home/base): use rust-overlay for rust packages --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4a766b9..af766da 100644 --- a/flake.nix +++ b/flake.nix @@ -13,6 +13,9 @@ neovim.url = "github:neovim/neovim?dir=contrib"; neovim.inputs.nixpkgs.follows = "unstable"; + rust.url = "github:oxalica/rust-overlay"; + rust.inputs.nixpkgs.follows = "unstable"; + # https://github.com/NixOS/nix/pull/5342 chaotic-nixpkgs.url = "git+https://git.sr.ht/~zachel/chaotic-nixpkgs?ref=main"; chaotic-nixpkgs.inputs.nixpkgs.follows = "unstable"; -- cgit 1.4.1