diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-04-19 16:13:21 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-04-19 16:13:21 +0100 |
| commit | 4b49ab05e3b8fa3146d7dfd0c8e5250c14df46ae (patch) | |
| tree | d8b4c7de686f6bb6eafab7f180accd5db11146ce | |
| parent | 87ee59ebd91ec4b73b5528446e6d7d87449a9e5d (diff) | |
build: fix lint warning
remove unused binding
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -5,7 +5,7 @@ | |||
| 5 | flake-utils.url = "github:numtide/flake-utils"; | 5 | flake-utils.url = "github:numtide/flake-utils"; |
| 6 | }; | 6 | }; |
| 7 | 7 | ||
| 8 | outputs = { self, nixpkgs, rust-overlay, flake-utils, ... }: | 8 | outputs = { nixpkgs, rust-overlay, flake-utils, ... }: |
| 9 | flake-utils.lib.eachDefaultSystem (system: | 9 | flake-utils.lib.eachDefaultSystem (system: |
| 10 | let | 10 | let |
| 11 | overlays = [ (import rust-overlay) ]; | 11 | overlays = [ (import rust-overlay) ]; |