diff --git a/Makefile b/Makefile index 6ab27a8..8763d40 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ build-missing: test: test-container test-unit test-integration test-e2e delete-volumes: - @docker volume rm pkgmgr_nix_store_${distro} pkgmgr_nix_cache_${distro} + @docker volume rm pkgmgr_nix_store_${distro} pkgmgr_nix_cache_${distro} || true purge: delete-volumes build-no-cache