summary refs log tree commit diff
path: root/pkgs/common-updater
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-07-29 12:33:39 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2020-07-29 12:33:39 -0400
commitd12c11e30c929383b82603c8b143dbb7bed4f205 (patch)
tree9c3c7de4da6aa05c36285dc56a3626e950a8ccc2 /pkgs/common-updater
parent9b97ee7b64e1587abaaca361f7a1fc69e7164a29 (diff)
downloadnixpkgs-d12c11e30c929383b82603c8b143dbb7bed4f205.tar
nixpkgs-d12c11e30c929383b82603c8b143dbb7bed4f205.tar.gz
nixpkgs-d12c11e30c929383b82603c8b143dbb7bed4f205.tar.bz2
nixpkgs-d12c11e30c929383b82603c8b143dbb7bed4f205.tar.lz
nixpkgs-d12c11e30c929383b82603c8b143dbb7bed4f205.tar.xz
nixpkgs-d12c11e30c929383b82603c8b143dbb7bed4f205.tar.zst
nixpkgs-d12c11e30c929383b82603c8b143dbb7bed4f205.zip
treewide: use nix-update updateScript for packages I maintain
Diffstat (limited to 'pkgs/common-updater')
-rw-r--r--pkgs/common-updater/nix-update.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/common-updater/nix-update.nix b/pkgs/common-updater/nix-update.nix
new file mode 100644
index 00000000000..13b85bf52ff
--- /dev/null
+++ b/pkgs/common-updater/nix-update.nix
@@ -0,0 +1,5 @@
+{ nix-update }:
+
+{ attrPath }:
+
+[ "${nix-update}/bin/nix-update" attrPath ]