diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-05-08 13:26:05 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-05-08 13:26:20 +0200 |
commit | 0d1c2e5baed2d75c02daa66962bc7863976978fa (patch) | |
tree | fa2fd429a0640866d83b3fe79dc83ab4a91ed6e2 /flake-registry.json | |
parent | 9d07c3717b0b5accb3923ce0920e72fb26617468 (diff) |
Add Hydra flake to the registry
Diffstat (limited to 'flake-registry.json')
-rw-r--r-- | flake-registry.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/flake-registry.json b/flake-registry.json index ae94f1df2..c6a549f92 100644 --- a/flake-registry.json +++ b/flake-registry.json @@ -8,6 +8,9 @@ }, "nixpkgs": { "uri": "github:edolstra/nixpkgs/release-19.03" + }, + "hydra": { + "uri": "github:NixOS/hydra/flake" } }, "version": 1 |