1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-11 09:04:01 +03:00

boot/init: Prefer System.symlink

This one is logged.
This commit is contained in:
Samuel Dionne-Riel 2023-03-01 21:55:19 -05:00
parent 125e2cf5fa
commit bc8ccc2424

View File

@ -9,7 +9,7 @@ class Tasks::Symlink < Task
end
def run()
File.symlink(@source, @target)
System.symlink(@source, @target)
end
def name()