You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2026. It is now read-only.
description = "Declare the path of the wanted file in the output directory";
default = "";
};
formatAttr = lib.mkOption {
type = lib.types.str;
description = "Declare the default attribute to build";
};
};
config.warnings = [
"nixos-generators is deprecated, since it has been upstreamed into nixpkgs as of NixOS 25.05. See https://nixos.org/manual/nixos/stable/#sec-image-nixos-rebuild-build-image or nixos-generators README on how it works."