home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 712870dc89da947f7fe45039c39728d764063507
parent 193b0f7cc6c91a2f821aaec7f0881cca08f2423b
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 27 May 2020 14:31:02 +0200

nix: add hercules-ci/gitignore 👼

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mnix/sources.json | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/nix/sources.json b/nix/sources.json @@ -11,6 +11,18 @@ "url": "https://github.com/nix-community/emacs-overlay/archive/6efd8453f2701b62d737ce2f444c9e9572c74b9b.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, + "gitignore": { + "branch": "master", + "description": "Nix function for filtering local git sources", + "homepage": "", + "owner": "hercules-ci", + "repo": "gitignore", + "rev": "00b237fb1813c48e20ee2021deb6f3f03843e9e4", + "sha256": "186pvp1y5fid8mm8c7ycjzwzhv7i6s3hh33rbi05ggrs7r3as3yy", + "type": "tarball", + "url": "https://github.com/hercules-ci/gitignore/archive/00b237fb1813c48e20ee2021deb6f3f03843e9e4.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + }, "home-manager": { "branch": "master", "description": "Manage a user environment using Nix",