Reformat flake outputs
This commit is contained in:
parent
7758ab39a8
commit
6727a0a301
12
flake.nix
12
flake.nix
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user