use nixpkgs-unstable

This commit is contained in:
surtur 2022-04-19 17:05:24 +02:00
parent 21ed2fd533
commit e9818f358c
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -1,14 +1,14 @@
{ {
"nixpkgs": { "nixpkgs": {
"branch": "release-21.05", "branch": "nixpkgs-unstable",
"description": "Nix Packages collection", "description": "Nix Packages collection",
"homepage": "", "homepage": "",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5f244caea76105b63d826911b2a1563d33ff1cdc", "rev": "bd4dffcdb7c577d74745bd1eff6230172bd176d5",
"sha256": "1xlgynfw9svy7nvh9nkxsxdzncv9hg99gbvbwv3gmrhmzc3sar75", "sha256": "18zacrykj2k5x42d0grr7g1y7xhy5ppq7j0gm3lrghwflyrdkslj",
"type": "tarball", "type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/5f244caea76105b63d826911b2a1563d33ff1cdc.tar.gz", "url": "https://github.com/NixOS/nixpkgs/archive/bd4dffcdb7c577d74745bd1eff6230172bd176d5.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
} }
} }