Skip to content

Commit 40aeadc

Browse files
committed
nix: format files
1 parent ffd3865 commit 40aeadc

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

nix/home-manager.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
{ pkgs, lib, config, ... }:
1+
{
2+
pkgs,
3+
lib,
4+
config,
5+
...
6+
}:
27
import ./shell-plugins.nix {
38
inherit pkgs;
49
inherit lib;

nix/nixos.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
{ pkgs, lib, config, ... }:
1+
{
2+
pkgs,
3+
lib,
4+
config,
5+
...
6+
}:
27
import ./shell-plugins.nix {
38
inherit pkgs;
49
inherit lib;

nix/shell-plugins.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,8 @@ in
9696
};
9797
};
9898
};
99-
10099
config =
101100
let
102-
103101
# executable names as strings, e.g. `pkgs.gh` => `"gh"`, `pkgs.awscli2` => `"aws"`
104102
pkg-exe-names = map getExeName cfg.plugins;
105103
plugin-support-check = mkPluginSupportCheck pkg-exe-names;

0 commit comments

Comments
 (0)