From f70c87f094722b5aeed548655d9f854b6c445e14 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 11 Mar 2022 11:38:10 +0100 Subject: [PATCH] Rust overlay --- overlays.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 overlays.nix diff --git a/overlays.nix b/overlays.nix new file mode 100644 index 0000000..d09297c --- /dev/null +++ b/overlays.nix @@ -0,0 +1,3 @@ +[ + (import (builtins.fetchTarball "https://github.com/oxalica/rust-overlay/archive/master.tar.gz")) +]