-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
os-prober: init at 1.65 #21385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
os-prober: init at 1.65 #21385
Conversation
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec { | |||
version = "1.65"; | |||
name = "os-prober-${version}"; | |||
src = fetchurl { | |||
url = "mirror://debian/debian/pool/main/o/os-prober_${version}.tar.xz"; | |||
url = "mirror://debian/pool/main/o/os-prober/os-prober_${version}.tar.xz"; | |||
md5 = "a7e833555f54387a4798ffea8c2bf0d4"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use sha256 instead of md5 as checksum.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
meta = { | ||
description = "Utility to detect other OSs on a set of drives"; | ||
homepage = http://packages.debian.org/source/sid/os-prober; | ||
license = stdenv.lib.licenses.gpl2Plus; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to maintain this package?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No.
I do not use grub myself, but this sound likes a useful addition to the existing grub module. |
Oh. I noticed too late, that you opened the pull request against release. Please open it towards master again. |
Ah, sorry. I reopened a new PR on master since it doesn't seem possible to reopen this one. |
os-prober: init at 1.65
Motivation for this change
Make os-prober available on nixos, and eventually solve #7406
With this package, I can use os-prober this way :
Still not perfect, but at least it works.
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)