Skip to content

Commit

Permalink
nix: Add notes about virtio-drivers revs
Browse files Browse the repository at this point in the history
  • Loading branch information
nspin committed Aug 23, 2023
1 parent b673f46 commit dec04f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hacking/nix/scope/generated-cargo-manifests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@ let

virtioDriversWith = features: filterOutEmptyFeatureList {
version = versions.virtio-drivers;
# git = "https://github.com/rcore-os/virtio-drivers.git";
# rev = "7385d61153aff3236d7083d143bbeef9c2eb7326"; # first bad
# rev = "cfb8a80cb64c2382586dd9919a82ad40bdbd4892"; # bad
# rev = "a2d79f1a0a0e98a33257ced9d151828feecfd23c"; # good
# rev = "bc78b54f32b39bc3aeda4f43dbd17f51d665f3d9"; # good
default-features = false;
inherit features;
};
Expand Down

0 comments on commit dec04f9

Please sign in to comment.