From 68d17e6b48dda3c45bdf5c83e341e51f7ec3a83e Mon Sep 17 00:00:00 2001 From: azahi Date: Tue, 21 Jan 2025 15:29:57 +0300 Subject: 2025-01-21 --- modules/common/shell/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/common') diff --git a/modules/common/shell/default.nix b/modules/common/shell/default.nix index cacb411..6c0b78f 100644 --- a/modules/common/shell/default.nix +++ b/modules/common/shell/default.nix @@ -80,7 +80,7 @@ in let pkg = if this.isHeadful then - (pkgs.coreutils.overrideAttrs ( + pkgs.coreutils.overrideAttrs ( _: super: { patches = (super.patches or [ ]) ++ [ (pkgs.fetchpatch { @@ -89,7 +89,7 @@ in }) ]; } - )) + ) else pkgs.coreutils; in -- cgit 1.4.1