chore: reformat
This commit is contained in:
parent
b638c4125b
commit
1402ee13cc
57 changed files with 845 additions and 466 deletions
|
@ -1,5 +1,4 @@
|
|||
{ self, nixpkgs, ... }:
|
||||
(nixpkgs.lib.mapAttrs'
|
||||
(name: config: nixpkgs.lib.nameValuePair name config.config.system.build.toplevel)
|
||||
self.nixosConfigurations
|
||||
)
|
||||
(nixpkgs.lib.mapAttrs' (
|
||||
name: config: nixpkgs.lib.nameValuePair name config.config.system.build.toplevel
|
||||
) self.nixosConfigurations)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue