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;
|
linker = getExe cfg.linker;
|
||||||
|
|
||||||
manifests = let
|
manifests = let
|
||||||
defaultFilePerms = "644";
|
|
||||||
|
|
||||||
mapFiles = _: files:
|
mapFiles = _: files:
|
||||||
lib.attrsets.foldlAttrs (
|
lib.attrsets.foldlAttrs (
|
||||||
accum: _: value:
|
accum: _: value:
|
||||||
|
@ -32,7 +30,6 @@
|
||||||
++ lib.singleton {
|
++ lib.singleton {
|
||||||
type = "symlink";
|
type = "symlink";
|
||||||
inherit (value) source target;
|
inherit (value) source target;
|
||||||
permissions = defaultFilePerms;
|
|
||||||
}
|
}
|
||||||
) []
|
) []
|
||||||
files;
|
files;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue