From c3905fc32572770f784b42b8952bfd428c09472a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 10 Feb 2020 16:48:49 +0100 Subject: [PATCH] nixpkgs: Move to NixOS/nixpkgs Keep nixpkgs/release-19.09 around since we haven't backported the flake. --- flake-registry.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/flake-registry.json b/flake-registry.json index 0588795..328c571 100644 --- a/flake-registry.json +++ b/flake-registry.json @@ -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" }