nix: use nixpkgs-unstable
This commit is contained in:
parent
549c396776
commit
bd20edffc5
2 changed files with 5 additions and 6 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue