added test script

This commit is contained in:
John Lancaster
2025-07-03 23:32:01 -05:00
parent c8b8e04962
commit 62ac0320bf

View File

@@ -4,5 +4,8 @@
docker
docker-compose
lazydocker
(pkgs.writeShellScriptBin "test-docker" ''
echo "Hello from docker.nix!"
'')
];
}