Reformat flake outputs

This commit is contained in:
George Thomas 2025-12-04 09:52:28 +00:00
parent 7758ab39a8
commit 6727a0a301

View File

@ -9,8 +9,16 @@
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, flake-utils, haskellNix, crane, rust-overlay }:
flake-utils.lib.eachSystem [ "x86_64-linux" ] (system:
outputs =
{ self
, nixpkgs
, flake-utils
, haskellNix
, crane
, rust-overlay
}:
flake-utils.lib.eachSystem [ "x86_64-linux" ]
(system:
let
overlays = [
haskellNix.overlay