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.
This commit is contained in:
Eelco Dolstra 2021-12-10 12:42:35 +01:00
parent 846277a41f
commit abcb263b60

View file

@ -119,6 +119,7 @@
}, },
"to": { "to": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }