nixpkgs: Move to NixOS/nixpkgs

Keep nixpkgs/release-19.09 around since we haven't backported the
flake.
This commit is contained in:
Eelco Dolstra 2020-02-10 16:48:49 +01:00
parent 859b32c14f
commit c3905fc325

View file

@ -81,13 +81,26 @@
"type": "github"
}
},
{
"_comment": "Remove this soon (20200210)",
"from": {
"id": "nixpkgs",
"type": "indirect",
"ref": "release-19.09"
},
"to": {
"owner": "edolstra",
"repo": "nixpkgs",
"type": "github"
}
},
{
"from": {
"id": "nixpkgs",
"type": "indirect"
},
"to": {
"owner": "edolstra",
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}