Skip to content

Commit

Permalink
incus-lts: 6.0.1 -> 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens committed Sep 25, 2024
1 parent d0708e5 commit 5a084d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions nixos/modules/virtualisation/incus.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ let

environment = lib.mkMerge [
{
INCUS_EDK2_PATH = ovmf;
INCUS_LXC_TEMPLATE_CONFIG = "${pkgs.lxcfs}/share/lxc/config";
INCUS_OVMF_PATH = ovmf;
INCUS_USBIDS_PATH = "${pkgs.hwdata}/share/hwdata/usb.ids";
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/in/incus/lts.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import ./generic.nix {
hash = "sha256-8GgzMiXn/78HkMuJ49cQA9BEQVAzPbG7jOxTScByR6Q=";
version = "6.0.1";
vendorHash = "sha256-dFg3LSG/ao73ODWcPDq5s9xUjuHabCMOB2AtngNCrlA=";
hash = "sha256-roPBHqy5toYF0X9mATl6QYb5GGlgPoGZYOC9vKpca88=";
version = "6.0.2";
vendorHash = "sha256-TP1NaUpsHF54mWQDcHS4uabfRJWu3k51ANNPdA4k1Go=";
patches = [ ];
lts = true;
updateScriptArgs = "--lts=true --regex '6.0.*'";
Expand Down

0 comments on commit 5a084d2

Please sign in to comment.