treewide: standardize comments referencing nixpkgs pr
This commit is contained in:
parent
5b16eb9aba
commit
4dab0aff15
2 changed files with 2 additions and 4 deletions
|
@ -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"
|
||||
];
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue