We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Nix
root
1 parent 0038d6f commit 07479f0Copy full SHA for 07479f0
src/recipe/ware/Nix.c
@@ -28,7 +28,7 @@ wr_nix_prelude ()
28
chef_prep_this (wr_nix, s);
29
30
chef_set_recipe_created_on (this, "2023-09-26");
31
- chef_set_recipe_last_updated (this, "2026-02-24");
+ chef_set_recipe_last_updated (this, "2026-03-25");
32
chef_set_sources_last_updated (this, "2025-07-13");
33
34
chef_set_chef (this, NULL);
@@ -91,6 +91,8 @@ wr_nix_setsrc (char *option)
91
if (wr_nix_is_multi_user_installation_mode ())
92
{
93
config_file = system_scope_nix_config;
94
+ // https://github.com/RubyMetric/chsrc/issues/337#issuecomment-3979352975
95
+ chsrc_ensure_root ();
96
}
97
else
98
0 commit comments