summary refs log tree commit diff
path: root/nix/testVm/perlless.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/perlless.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/perlless.nix')
-rw-r--r--nix/testVm/perlless.nix26
1 files changed, 0 insertions, 26 deletions
diff --git a/nix/testVm/perlless.nix b/nix/testVm/perlless.nix
deleted file mode 100644

index 669be83c..00000000 --- a/nix/testVm/perlless.nix +++ /dev/null
@@ -1,26 +0,0 @@ -{ lib, ... }: -{ - #perlless profile - #system.switch.enable = lib.mkForce false; - - # Remove perl from activation - #system.etc.overlay.enable = lib.mkForce true; - #systemd.sysusers.enable = lib.mkForce true; - - # Random perl remnants - programs.less.lessopen = lib.mkForce null; - programs.command-not-found.enable = lib.mkForce false; - environment.defaultPackages = lib.mkForce [ ]; - documentation.info.enable = lib.mkForce false; - documentation.man.enable = false; - - system = { - #activatable = false; - copySystemConfiguration = false; - includeBuildDependencies = false; - disableInstallerTools = lib.mkForce true; - build = { - separateActivationScript = true; - }; - }; -}