nixos/images/auto-install.nix

8 lines
54 B
Nix
Raw Normal View History

2023-03-12 18:50:22 +01:00
{ lib
, pkgs
, config
, ...
}: {
system = "asdf";
}