Skip to content

Commit 1ca2be3

Browse files
committed
Run nixpkgs-fmt
1 parent 5f04d84 commit 1ca2be3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flake-module.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ in
4545
description = ''Path to the Cabal project root'';
4646
};
4747
source-overrides = mkOption {
48-
type = types.attrsOf types.path;
48+
type = types.attrsOf types.path;
4949
description = ''Package overrides given new source path'';
50-
default = {};
50+
default = { };
5151
};
5252
overrides = mkOption {
5353
type = functionTo (functionTo (types.lazyAttrsOf raw));
@@ -97,7 +97,7 @@ in
9797
buildTools = lib.attrValues (defaultBuildTools // cfg.buildTools hp);
9898
mkProject = { returnShellEnv ? false, withHoogle ? false }:
9999
hp.developPackage {
100-
inherit returnShellEnv withHoogle ;
100+
inherit returnShellEnv withHoogle;
101101
inherit (cfg) root name source-overrides overrides;
102102
modifier = drv:
103103
cfg.modifier (pkgs.haskell.lib.overrideCabal drv (oa: {

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
outputs = { self, ... }: {
44
flakeModule = ./flake-module.nix;
55
};
6-
}
6+
}

0 commit comments

Comments
 (0)