diff options
author | azahi <azat@bahawi.net> | 2025-01-21 15:29:57 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2025-01-21 15:29:57 +0300 |
commit | 68d17e6b48dda3c45bdf5c83e341e51f7ec3a83e (patch) | |
tree | d0cbd887503b7912428037208a67fdf4fa4ae177 /modules/common/shell/default.nix | |
parent | 2025-01-14 (diff) |
2025-01-21
Diffstat (limited to 'modules/common/shell/default.nix')
-rw-r--r-- | modules/common/shell/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 |