Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
212 changes: 24 additions & 188 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
libvirt.inputs.cloud-hypervisor.follows = "cloud-hypervisor";
# Break the chain of cyclic dependencies:
libvirt.inputs.libvirt-tests.inputs.libvirt.follows = "libvirt";
libvirt.inputs.libvirt-tests.inputs.libvirt-prev.follows = "libvirt-prev";
libvirt.inputs.nixpkgs.follows = "nixpkgs";

# cloud-hypervisor.url = "git+file:<path/to/cloud-hypervisor>";
Expand All @@ -28,6 +29,11 @@
# Previous release of libvirt to match cloud-hypervisor's previous version.
libvirt-prev.url = "git+https://github.com/cyberus-technology/libvirt?ref=refs/tags/gardenlinux-release-26-03-31&submodules=1";
libvirt-prev.inputs.cloud-hypervisor.follows = "cloud-hypervisor-prev";
# Break the chain of cyclic dependencies:
libvirt-prev.inputs.libvirt-tests.inputs.libvirt.follows = "libvirt-prev";
# TODO: The following line MUST be uncommented once the previous release contains a `flake.nix` with `libvirt-prev` input.
# libvirt-prev.inputs.libvirt-tests.inputs.libvirt-prev.follows = "libvirt-prev";
libvirt-prev.inputs.nixpkgs.follows = "nixpkgs";

edk2-src.url = "git+https://github.com/cyberus-technology/edk2?ref=gardenlinux&submodules=1";
edk2-src.flake = false;
Expand Down