Skip to content

Commit

Permalink
remove unused binding for self
Browse files Browse the repository at this point in the history
`nix-lsp` warns about this so i figured i'd just go do it...
  • Loading branch information
hawkw committed Jul 16, 2024
1 parent df1b99b commit 71cb650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
};
};

outputs = { self, nixpkgs, rust-overlay, ... }:
outputs = { nixpkgs, rust-overlay, ... }:
let
overlays = [ (import rust-overlay) ];
pkgs = import nixpkgs {
Expand Down

0 comments on commit 71cb650

Please sign in to comment.