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"
];

View file

@ -28,8 +28,7 @@ let
};
};
# nixpkgs PR389487
# https://github.com/NixOS/nixpkgs/pull/389487
# NIXPKGS-PR: 389487
futureNixosExecutables = let
nixpkgs = builtins.fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/e8f4dba5135ce202c7ef77118f145ef8b3803088.tar.gz";