mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
NIX: The mergeUsr attribute was renamed to unifiedSystemDir.
This commit is contained in:
parent
cad28a49ab
commit
a0d3a7d569
@ -60,7 +60,7 @@ let
|
||||
urlPrefix = fedora_url version arch;
|
||||
archs = ["noarch" arch] ++ (if eqStrings arch "i386" then ["i586" "i686"] else []);
|
||||
packages = pkgs.vmTools.commonFedoraPackages;
|
||||
mergeUsr = true;
|
||||
unifiedSystemDir = true;
|
||||
};
|
||||
rawhide = version: arch: repodata: import (pkgs.runCommand "rawhide-${version}-${arch}.nix" {} ''
|
||||
sha=$(grep primary.xml ${repodata} | sed -re 's:.* ([0-9a-f]+)-primary.*:\1:')
|
||||
|
Loading…
Reference in New Issue
Block a user