From 75f2be723acddaee801b27abb0b9d0574875bfb6 Mon Sep 17 00:00:00 2001 From: Daan Vanoverloop Date: Sat, 1 Jul 2023 14:04:16 +0200 Subject: [PATCH] Fix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 747c648..e3a3dcc 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = [