Remove trailing whitespace.
This commit is contained in:
parent
9299d595e8
commit
6766412769
1 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
||||||
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
|
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
|
||||||
nixpkgsFor = forAllSystems (system: import nixpkgs { inherit system; overlays = [ self.overlay ]; });
|
nixpkgsFor = forAllSystems (system: import nixpkgs { inherit system; overlays = [ self.overlay ]; });
|
||||||
in rec
|
in rec
|
||||||
{
|
{
|
||||||
overlay = final: prev: {
|
overlay = final: prev: {
|
||||||
generateApps = flake:
|
generateApps = flake:
|
||||||
let
|
let
|
||||||
|
@ -43,8 +43,8 @@
|
||||||
(
|
(
|
||||||
nixpkgs.lib.genAttrs
|
nixpkgs.lib.genAttrs
|
||||||
validMachines
|
validMachines
|
||||||
(x:
|
(x:
|
||||||
{
|
{
|
||||||
type = "app";
|
type = "app";
|
||||||
program = toString (mkDeployScript x);
|
program = toString (mkDeployScript x);
|
||||||
}
|
}
|
||||||
|
@ -55,4 +55,4 @@
|
||||||
nixinate = forAllSystems (system: nixpkgsFor.${system}.generateApps);
|
nixinate = forAllSystems (system: nixpkgsFor.${system}.generateApps);
|
||||||
apps = nixinate.x86_64-linux examples;
|
apps = nixinate.x86_64-linux examples;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue