mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:19:22 +08:00
system.envfs: fix
This commit is contained in:
@@ -6,7 +6,7 @@ inputs:
|
||||
};
|
||||
config = inputs.lib.mkMerge
|
||||
[
|
||||
(inputs.topInputs.envfs.nixosModules.envfs inputs)
|
||||
(builtins.elemAt inputs.topInputs.envfs.nixosModules.envfs.imports 0 inputs)
|
||||
{ environment.variables.ENVFS_RESOLVE_ALWAYS = "1"; }
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user