aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/common-updater/nix-update.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/common-updater/nix-update.nix')
-rw-r--r--nixpkgs/pkgs/common-updater/nix-update.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/common-updater/nix-update.nix b/nixpkgs/pkgs/common-updater/nix-update.nix
new file mode 100644
index 00000000000..13b85bf52ff
--- /dev/null
+++ b/nixpkgs/pkgs/common-updater/nix-update.nix
@@ -0,0 +1,5 @@
+{ nix-update }:
+
+{ attrPath }:
+
+[ "${nix-update}/bin/nix-update" attrPath ]