This commit is contained in:
2026-03-05 15:49:44 +00:00
parent f55137f7ca
commit d65aac71ec
2 changed files with 16 additions and 0 deletions

View File

@@ -23,10 +23,18 @@
command = "/nix/store/*/bin/activate-rs";
options = ["NOPASSWD"];
}
{
command = "/nix/store/*/activate-rs";
options = ["NOPASSWD"];
}
{
command = "/nix/store/*/bin/wait-activate";
options = ["NOPASSWD"];
}
{
command = "/nix/store/*/wait-activate";
options = ["NOPASSWD"];
}
];
}
];