1
0

iso.nix 77 B

123456
  1. { ... }:
  2. {
  3. imports = [
  4. ../../nixos/features/system/iso-base.nix
  5. ];
  6. }