mirror of
https://github.com/RGBCube/hjem
synced 2025-10-13 21:22:17 +00:00
Merge pull request #36 from nezia1/remove-symlink-permissions
modules/nixos: remove symlink default permissions
This commit is contained in:
commit
f324c104f3
1 changed files with 0 additions and 3 deletions
|
@ -20,8 +20,6 @@
|
|||
linker = getExe cfg.linker;
|
||||
|
||||
manifests = let
|
||||
defaultFilePerms = "644";
|
||||
|
||||
mapFiles = _: files:
|
||||
lib.attrsets.foldlAttrs (
|
||||
accum: _: value:
|
||||
|
@ -32,7 +30,6 @@
|
|||
++ lib.singleton {
|
||||
type = "symlink";
|
||||
inherit (value) source target;
|
||||
permissions = defaultFilePerms;
|
||||
}
|
||||
) []
|
||||
files;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue