Flatpak : Fix typo.
This commit is contained in:
parent
e4ae8158ee
commit
8a4b5b2bc5
|
@ -13,7 +13,7 @@ in {
|
|||
serviceConfig.Type = "oneshot";
|
||||
script = ''
|
||||
${pkgs.flatpak}/bin/flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
[[ -f ${list}]] && cat ${list} | cut -f2 | ${pkgs.parallel}/bin/parallel -j1 -- ${pkgs.flatpak}/bin/flatpak install -y --system {}
|
||||
[[ -f ${list} ]] && cat ${list} | cut -f2 | ${pkgs.parallel}/bin/parallel -j1 -- ${pkgs.flatpak}/bin/flatpak install -y --system {}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Reference in a new issue