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:
parent
125e2cf5fa
commit
bc8ccc2424
@ -9,7 +9,7 @@ class Tasks::Symlink < Task
|
||||
end
|
||||
|
||||
def run()
|
||||
File.symlink(@source, @target)
|
||||
System.symlink(@source, @target)
|
||||
end
|
||||
|
||||
def name()
|
||||
|
Loading…
Reference in New Issue
Block a user