summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-06-14 17:05:32 +0200
committerGitHub <noreply@github.com>2023-06-14 17:05:32 +0200
commit60d31a2a463af919bffb603bf7f4058753e22c05 (patch)
tree2e8c27ae0908a28b51572d431f4716f5676a740d /pkgs/build-support
parent39b3edb19d29865da7d09b8590594e4ec2167cd3 (diff)
parent8bf8b8fd68b644f3c1ab3a52464173212da2dfaf (diff)
downloadnixpkgs-60d31a2a463af919bffb603bf7f4058753e22c05.tar
nixpkgs-60d31a2a463af919bffb603bf7f4058753e22c05.tar.gz
nixpkgs-60d31a2a463af919bffb603bf7f4058753e22c05.tar.bz2
nixpkgs-60d31a2a463af919bffb603bf7f4058753e22c05.tar.lz
nixpkgs-60d31a2a463af919bffb603bf7f4058753e22c05.tar.xz
nixpkgs-60d31a2a463af919bffb603bf7f4058753e22c05.tar.zst
nixpkgs-60d31a2a463af919bffb603bf7f4058753e22c05.zip
Merge pull request #207646 from Enzime/vsce/test-remote-ssh
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/src-only/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/build-support/src-only/default.nix b/pkgs/build-support/src-only/default.nix
index 6cf5c2ad482..2b0db0e267a 100644
--- a/pkgs/build-support/src-only/default.nix
+++ b/pkgs/build-support/src-only/default.nix
@@ -1,7 +1,6 @@
 { stdenv }:
 # srcOnly is a utility builder that only fetches and unpacks the given `src`,
-# maybe pathings it in the process with the optional `patches` and
-# `buildInputs` attributes.
+# and optionally patching with `patches` or adding build inputs.
 #
 # It can be invoked directly, or be used to wrap an existing derivation. Eg:
 #