This commit is contained in:
Daan Vanoverloop 2023-07-01 14:04:16 +02:00
parent 195e3fcce6
commit 75f2be723a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
rust-overlay.url = "github:oxalica/rust-overlay"; # A helper for Rust + Nix
};
outputs = { nixpkgs }:
outputs = { self, nixpkgs, rust-overlay }:
let
# Overlays enable you to customize the Nixpkgs attribute set
overlays = [