about summary refs log tree commit diff
path: root/release.nix
blob: 85c4ed00cb299c7eca14246f4efac65cc27d1aae (plain) (blame)
1
2
3
4
5
with import <nixpkgs/lib>;

mapAttrs (name: configuration: (import <nixpkgs/nixos> {
  inherit configuration;
}).system) (import ./network.nix)