From 864b0dc7c6b46c75362e5556c193ca95c8b588a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0lkecan=20Bozdo=C4=9Fan?= Date: Mon, 9 Mar 2026 02:05:23 +0300 Subject: [PATCH] inputs.nixpkgs: update hash of PR `494001` patch --- inputs/nixpkgs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inputs/nixpkgs.nix b/inputs/nixpkgs.nix index 5739f4d..6c796de 100644 --- a/inputs/nixpkgs.nix +++ b/inputs/nixpkgs.nix @@ -9,6 +9,6 @@ name = "nixpkgs"; pulls = { "470359" = "sha256-33Vr0X+xhWjbkQhPCivRC8C9yQS1U6vct9U0H4Rtvxo="; # nixos/automatic-timezoned: Fix boot delays and systemd unit ordering - "494001" = "sha256-OP15IGdZLNhJIXLbZyA/nTZkaB2VVIm1R4vDeHQaLSs="; # nixos/envfs: fix compatibility with systemd in initrd + "494001" = "sha256-JC391f0TQigESqOw+ubLwLmlnQuIRwPqHKg8BG+Oiwc="; # nixos/envfs: fix compatibility with systemd in initrd }; }