node2nix packages: Style-fix
This commit is contained in:
parent
d569d1bb59
commit
ed0903b9cc
@ -2,4 +2,4 @@
|
|||||||
lib.head (lib.attrValues (import ./composition.nix {
|
lib.head (lib.attrValues (import ./composition.nix {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
inherit (stdenv.hostPlatform) system;
|
inherit (stdenv.hostPlatform) system;
|
||||||
}))
|
}))
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
lib.head (lib.attrValues (import ./composition.nix {
|
lib.head (lib.attrValues (import ./composition.nix {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
inherit (stdenv.hostPlatform) system;
|
inherit (stdenv.hostPlatform) system;
|
||||||
}))
|
}))
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
lib.head (lib.attrValues (import ./composition.nix {
|
lib.head (lib.attrValues (import ./composition.nix {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
inherit (stdenv.hostPlatform) system;
|
inherit (stdenv.hostPlatform) system;
|
||||||
}))
|
}))
|
||||||
|
Loading…
Reference in New Issue
Block a user