lkl: add note for future update attempts

This commit is contained in:
K900 2023-03-04 11:01:44 +03:00
parent a84a25c3ae
commit dc01a82282

View File

@ -6,6 +6,11 @@
stdenv.mkDerivation rec {
pname = "lkl";
# NOTE: pinned to the last known version that doesn't have a hang in cptofs.
# Please verify `nix build -f nixos/release-combined.nix nixos.ova` works
# before attempting to update again.
# ref: https://github.com/NixOS/nixpkgs/pull/219434
version = "2022-08-08";
outputs = [ "dev" "lib" "out" ];