feat: enable docker on walrus
All checks were successful
Test templates, puts into cache / nix (nix-runner) (push) Successful in 16m24s
Bump flake.lock / build (push) Successful in 6m3s

This commit is contained in:
2025-08-19 02:09:23 -05:00
parent 9e022de692
commit fefdcfaa5c

View File

@@ -23,7 +23,7 @@ in
inherit nixpkgs-unstable;
hostname = "nixosWalrus";
stateVersion = "24.11";
withDocker = false;
withDocker = true;
};
modules = [
(