From abcb263b608a66c5f44ed93629d5646d83be61e2 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 10 Dec 2021 12:42:35 +0100 Subject: [PATCH] nixpkgs: Use nixpkgs-unstable instead of master Note that nixos-unstable is the latest commit on master that has been fully built by Hydra and has passed the tests. --- flake-registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/flake-registry.json b/flake-registry.json index 8101ee3..0b50f76 100644 --- a/flake-registry.json +++ b/flake-registry.json @@ -119,6 +119,7 @@ }, "to": { "owner": "NixOS", + "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" }