2026-02-06 17:12:02 +01:00
|
|
|
{
|
|
|
|
|
runCommand,
|
2026-02-10 14:59:44 +01:00
|
|
|
}: runCommand "tests-gotosocial-configuration-dot-nix" {
|
2026-02-06 17:12:02 +01:00
|
|
|
} ''
|
|
|
|
|
set -euo pipefail
|
2026-02-10 14:59:44 +01:00
|
|
|
install -Dm a=r ${./configuration.nix} "$out/share/nixos/configuration.nix"
|
2026-02-06 17:12:02 +01:00
|
|
|
''
|