diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-25 14:22:01 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-25 14:22:01 +0200 |
commit | 845e5a98e0dff7456a1672e40e2a6bfd9cbc81c5 (patch) | |
tree | db5665ca4ecb69ad46492b63ad953cc0ea51576c /Makefile | |
parent | e83ec9612cf3dd7ecb4348c5b186cd0626a6d801 (diff) | |
download | Nix-845e5a98e0dff7456a1672e40e2a6bfd9cbc81c5.tar.gz Nix-845e5a98e0dff7456a1672e40e2a6bfd9cbc81c5.tar.zst Nix-845e5a98e0dff7456a1672e40e2a6bfd9cbc81c5.zip |
Ask rebuild to NUR after update
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ nix-info-nixops: | |||
16 | 16 | ||
17 | nur: | 17 | nur: |
18 | ./scripts/make-nur | 18 | ./scripts/make-nur |
19 | curl -o /dev/null -XPOST "https://nur-update.herokuapp.com/update?repo=immae" | ||
19 | 20 | ||
20 | shellcheck: | 21 | shellcheck: |
21 | shellcheck scripts/* nixops/scripts/* modules/private/gitolite/gitolite_ldap_groups.sh modules/private/ssh/ldap_authorized_keys.sh modules/private/pub/restrict | 22 | shellcheck scripts/* nixops/scripts/* modules/private/gitolite/gitolite_ldap_groups.sh modules/private/ssh/ldap_authorized_keys.sh modules/private/pub/restrict |