nix: use nixpkgs-unstable

This commit is contained in:
Bruno BELANYI 2021-08-08 16:04:44 +02:00
parent 549c396776
commit bd20edffc5
2 changed files with 5 additions and 6 deletions

View file

@ -9,12 +9,11 @@
ref = "master";
};
# https://nixpk.gs/pr-tracker.html?pr=124808
nixpkgs = {
type = "github";
owner = "NixOS";
repo = "nixpkgs";
ref = "nixos-unstable";
ref = "nixpkgs-unstable";
};
pre-commit-hooks = {