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 }; }