From cf9bb56335d435a6bf838538a8f0d9e974088854 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 4 Dec 2024 15:55:32 -0500 Subject: [PATCH] Dont create the per-user gcroots dir, since that isn't used anymore. See: https://github.com/NixOS/nix/commit/a5919f4754be6f4a9fe091e0ee5538ad85af0050 --- src/action/common/create_nix_tree.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/action/common/create_nix_tree.rs b/src/action/common/create_nix_tree.rs index 77991021a..4e7f206e0 100644 --- a/src/action/common/create_nix_tree.rs +++ b/src/action/common/create_nix_tree.rs @@ -13,7 +13,6 @@ const PATHS: &[&str] = &[ "/nix/var/nix", "/nix/var/nix/db", "/nix/var/nix/gcroots", - "/nix/var/nix/gcroots/per-user", "/nix/var/nix/profiles", "/nix/var/nix/profiles/per-user", "/nix/var/nix/temproots",