From 8a3410e205f67fa8529b863e032774cd3b80b3cc Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Wed, 4 May 2022 13:34:39 -0400 Subject: [PATCH] whitespace --- flake.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index ab14cb3..ee5bfd5 100644 --- a/flake.nix +++ b/flake.nix @@ -47,12 +47,13 @@ ]; }; - nixosConfigurations = import ./hosts nixpkgs hardware self.nixosModule; + nixosConfigurations = + import ./hosts nixpkgs hardware self.nixosModule; apps = forAllSystems (system: import lib/apps.nix nixpkgs.legacyPackages.${system}); - packages = forAllSystems - (system: mypkgs nixpkgs.legacyPackages.${system}); + packages = forAllSystems (system: + mypkgs nixpkgs.legacyPackages.${system}); }; }