summary refs log tree commit diff
path: root/nix/testVm/default.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-03-28 14:48:17 +0100
committerRory& <root@rory.gay>2026-03-28 14:48:17 +0100
commit3b74f1377c14cdac99dfeb1b45513c6c31ef378e (patch)
tree72176aa3a4a506bab4d16faebadc7c087ce84142 /nix/testVm/default.nix
parentAdd indexes to instance bans table (diff)
downloadserver-ts-github/tmp-musl-fun.tar.xz
Attempt to switch test vm to musl? github/tmp-musl-fun tmp-musl-fun
Diffstat (limited to 'nix/testVm/default.nix')
-rw-r--r--nix/testVm/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/testVm/default.nix b/nix/testVm/default.nix

index 3b67f492..cdacc3da 100644 --- a/nix/testVm/default.nix +++ b/nix/testVm/default.nix
@@ -6,7 +6,6 @@ nixpkgs.lib.nixosSystem { self.nixosModules.default ./configuration.nix ./postgres.nix - ./perlless.nix ./vm.nix ]; specialArgs = { inherit self nixpkgs; };