From 6766412769f07fb9671963087e8795b9d5414318 Mon Sep 17 00:00:00 2001 From: Chloe Kever Date: Tue, 15 Feb 2022 18:19:48 -0800 Subject: [PATCH] Remove trailing whitespace. --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index ef29de3..1f4fd6f 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ forAllSystems = nixpkgs.lib.genAttrs supportedSystems; nixpkgsFor = forAllSystems (system: import nixpkgs { inherit system; overlays = [ self.overlay ]; }); in rec - { + { overlay = final: prev: { generateApps = flake: let @@ -43,8 +43,8 @@ ( nixpkgs.lib.genAttrs validMachines - (x: - { + (x: + { type = "app"; program = toString (mkDeployScript x); } @@ -55,4 +55,4 @@ nixinate = forAllSystems (system: nixpkgsFor.${system}.generateApps); apps = nixinate.x86_64-linux examples; }; -} +}