treewide: standardize comments referencing nixpkgs pr

This commit is contained in:
Wroclaw 2025-04-07 12:41:16 +02:00
parent 5b16eb9aba
commit 4dab0aff15
2 changed files with 2 additions and 4 deletions

View file

@ -1,9 +1,8 @@
{ lib, ... }:
let
moduleOverrides = [
# TODO: Remove after updating to nixos 25.05
# NIXPKGS-PR: 359882
{
# https://github.com/NixOS/nixpkgs/pull/359882
disabledModules = [
"system/boot/luksroot.nix"
];