parent
b3b65c1bd9
commit
c701e335d1
39 changed files with 54 additions and 42 deletions
flake
|
@ -1,6 +1,5 @@
|
|||
# CI: https://github.com/Mic92/dotfiles/blob/c2f538934d67417941f83d8bb65b8263c43d32ca/flake.nix#L168
|
||||
{
|
||||
system,
|
||||
pkgs,
|
||||
self,
|
||||
}: let
|
||||
|
@ -9,6 +8,6 @@
|
|||
nixosMachines =
|
||||
mapAttrs'
|
||||
(name: config: nameValuePair "nixos-${name}" config.config.system.build.toplevel)
|
||||
((filterAttrs (_: config: config.pkgs.system == system)) self.nixosConfigurations);
|
||||
((filterAttrs (_: config: config.pkgs.system == pkgs.system)) self.nixosConfigurations);
|
||||
in
|
||||
nixosMachines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue