node2nix packages: Style-fix
This commit is contained in:
parent
d569d1bb59
commit
ed0903b9cc
3 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue