tests.basic -> tests.gotosocial

This commit is contained in:
Qyriad 2026-02-10 14:19:55 +01:00
parent 68e9b9a1e4
commit 1f466b63d3
9 changed files with 23 additions and 16 deletions

View file

@ -0,0 +1,9 @@
{
runCommand,
}: runCommand "tests-basic-configuration-dot-nix" {
} ''
set -euo pipefail
mkdir -vp "$out/share/nixos"
cp -rv ${./configuration.nix} "$out/share/nixos/configuration.nix"
#cp -rv ${../../modules/dynamicism} "$out/share/nixos/dynamicism"
''