dynix/tests/gotosocial/configuration-package.nix
2026-02-11 13:16:34 +01:00

7 lines
179 B
Nix

{
runCommand,
}: runCommand "tests-gotosocial-configuration-dot-nix" {
} ''
set -euo pipefail
install -Dm a=r ${./configuration.nix} "$out/share/nixos/configuration.nix"
''