adc2tcp: fetch mozillaOverlay

pull/16/head
Sebastien Bourdeauducq 2019-03-22 16:51:16 +08:00
parent 873198c0d4
commit 59019d0f2d
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@
"keepnr": 10,
"inputs": {
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-18.09", "emailresponsible": false },
"adc2tcp": { "type": "git", "value": "git://github.com/m-labs/adc2tcp.git", "emailresponsible": false }
"adc2tcp": { "type": "git", "value": "git://github.com/m-labs/adc2tcp.git", "emailresponsible": false },
"mozillaOverlay": { "type": "path", "value": "https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz", "emailresponsible": false }
}
}
}