From 71cb650cfc3ac0655c7edd0f8c31ee51094f495d Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Tue, 16 Jul 2024 09:50:43 -0700 Subject: [PATCH] remove unused binding for `self` `nix-lsp` warns about this so i figured i'd just go do it... --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e67f6ab6cf..4fee8d3b0a 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ }; }; - outputs = { self, nixpkgs, rust-overlay, ... }: + outputs = { nixpkgs, rust-overlay, ... }: let overlays = [ (import rust-overlay) ]; pkgs = import nixpkgs {