l hilum.r: get autoiso.cfg easier via git

This commit is contained in:
lassulus 2020-01-11 20:29:21 +01:00
parent 5281ea1102
commit 472b52e98a
1 changed files with 1 additions and 8 deletions

View File

@ -21,13 +21,6 @@
source /grub/autoiso.cfg
}
'';
extraFiles."/grub/autoiso.cfg" = (pkgs.stdenv.mkDerivation {
name = "autoiso.cfg";
src = pkgs.grub2.src;
phases = [ "unpackPhase" "installPhase" ];
installPhase = ''
cp docs/autoiso.cfg $out
'';
});
extraFiles."/grub/autoiso.cfg" = "${pkgs.grub2.src}/docs/autoiso.cfg";
};
}