mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
whitespace
This commit is contained in:
parent
da1686c7bc
commit
8a3410e205
1 changed files with 4 additions and 3 deletions
|
@ -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});
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue