upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-04-19 16:13:21 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-04-19 16:13:21 +0100
commit4b49ab05e3b8fa3146d7dfd0c8e5250c14df46ae (patch)
treed8b4c7de686f6bb6eafab7f180accd5db11146ce
parent87ee59ebd91ec4b73b5528446e6d7d87449a9e5d (diff)
build: fix lint warning
remove unused binding
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index dfd6325..bdaa633 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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) ];