12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
# SPDX-FileCopyrightText: no
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
#
|
|
# The NixOS module writes a nix-configuration file and then calls
|
|
# the Nix configuration tool to do the actual work of building
|
|
# the target system.
|
|
---
|
|
type: "job"
|
|
name: "os-nixos"
|
|
interface: "python"
|
|
script: "main.py"
|