about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
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";