Remove unused binding

This commit is contained in:
George Thomas 2026-04-13 23:41:30 +01:00
parent 4fb40e2ed4
commit 9452f9f95a

View File

@ -13,7 +13,7 @@
};
};
outputs =
inputs@{ nix-haskell, ... }:
inputs:
inputs.flake-utils.lib.eachSystem [ "x86_64-linux" ] (system:
let
pkgs = haskell.nixpkgs.extend (import inputs.rust-overlay);