disko/tests/standalone.nix

6 lines
163 B
Nix
Raw Permalink Normal View History

2024-09-26 10:56:38 +00:00
{ pkgs ? import <nixpkgs> { }, ... }:
2023-08-10 12:15:07 +00:00
(pkgs.nixos [
../example/stand-alone/configuration.nix
{ documentation.enable = false; }
]).config.system.build.toplevel