docs(nix): Note about nixpkgs 24.05 iteration 6

This commit is contained in:
Ahmad Ansori Palembani 2024-11-12 11:29:27 +07:00
parent 340babec38
commit 4141a527e0
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -37,7 +37,10 @@
}; };
inputs = { inputs = {
# nixpkgs-stable.url = "github:NixOS/nixpkgs/release-24.05"; # FIXME: p11-kit failed to build # FIXME: p11-kit failed to build. Probably due to them focusing on Linux for iteration 6.
#
# REF: https://github.com/NixOS/nixpkgs/pull/352800 -> "Let's consider this one Linux-only."
# nixpkgs-stable.url = "github:NixOS/nixpkgs/release-24.05";
nixpkgs-stable.url = "github:NixOS/nixpkgs/3efbba06438ad7962122a725b316bc7c7a72981b"; nixpkgs-stable.url = "github:NixOS/nixpkgs/3efbba06438ad7962122a725b316bc7c7a72981b";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/2d2a9ddbe3f2c00747398f3dc9b05f7f2ebb0f53"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/2d2a9ddbe3f2c00747398f3dc9b05f7f2ebb0f53";
nur.url = "github:nix-community/NUR"; nur.url = "github:nix-community/NUR";