forked from mirrors/nixpkgs
treewide: Mass replace 'xfsprogs}/bin' to refer the 'bin' output
This commit is contained in:
parent
7b0c4d452a
commit
33e7a2549a
|
@ -89,8 +89,8 @@ in
|
||||||
nameValuePair "xfs_quota-${name}" {
|
nameValuePair "xfs_quota-${name}" {
|
||||||
description = "Setup xfs_quota for project ${name}";
|
description = "Setup xfs_quota for project ${name}";
|
||||||
script = ''
|
script = ''
|
||||||
${pkgs.xfsprogs}/bin/xfs_quota -x -c 'project -s ${name}' ${opts.fileSystem}
|
${pkgs.xfsprogs.bin}/bin/xfs_quota -x -c 'project -s ${name}' ${opts.fileSystem}
|
||||||
${pkgs.xfsprogs}/bin/xfs_quota -x -c 'limit -p ${limitOptions opts} ${name}' ${opts.fileSystem}
|
${pkgs.xfsprogs.bin}/bin/xfs_quota -x -c 'limit -p ${limitOptions opts} ${name}' ${opts.fileSystem}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
|
Loading…
Reference in a new issue