From 4dab0aff15a5f4284a47309a2c10ee1789b62338 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Mon, 7 Apr 2025 12:41:16 +0200 Subject: [PATCH] treewide: standardize comments referencing nixpkgs pr --- nix-os/module-overrides.nix | 3 +-- nix-os/nix.nix | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/nix-os/module-overrides.nix b/nix-os/module-overrides.nix index 6b5f76e..5938ce5 100644 --- a/nix-os/module-overrides.nix +++ b/nix-os/module-overrides.nix @@ -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" ]; diff --git a/nix-os/nix.nix b/nix-os/nix.nix index c9feb60..959ed8f 100644 --- a/nix-os/nix.nix +++ b/nix-os/nix.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";