diff options
Diffstat (limited to '')
-rw-r--r-- | pkgs/by-name/st/stamp/package.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/by-name/st/stamp/package.nix b/pkgs/by-name/st/stamp/package.nix index 62c4db2d..871d531c 100644 --- a/pkgs/by-name/st/stamp/package.nix +++ b/pkgs/by-name/st/stamp/package.nix @@ -10,6 +10,7 @@ { writeShellApplication, # Dependencies + coreutils, fd, git, reuse, @@ -20,6 +21,7 @@ writeShellApplication { inheritPath = false; runtimeInputs = [ + coreutils fd git reuse |