7 lines
179 B
Nix
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"
|
|
''
|