Skip to content

Commit

Permalink
update.nix moved to maintainers/scripts/update.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Dec 18, 2016
1 parent b25475a commit 56cb5b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions update.nix → maintainers/scripts/update.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

let

pkgs = import ./default.nix { };
pkgs = import ./../../default.nix { };

packagesWith = cond: return: set:
pkgs.lib.flatten
Expand Down Expand Up @@ -69,12 +69,12 @@ let
helpText = ''
Please run:
% nix-shell update.nix --argstr maintainer garbas
% nix-shell maintainers/scripts/update.nix --argstr maintainer garbas
to run all update scripts for all packages that lists \`garbas\` as a maintainer
and have \`updateScript\` defined, or:
% nix-shell update.nix --argstr package garbas
% nix-shell maintainers/scripts/update.nix --argstr package garbas
to run update script for specific package.
'';
Expand Down

0 comments on commit 56cb5b7

Please sign in to comment.