nix: use 'nixpkgs-unstable'

This commit is contained in:
Bruno BELANYI 2022-12-01 10:02:37 +01:00
parent 46864fc490
commit 31c0f09981
2 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@
type = "github";
owner = "NixOS";
repo = "nixpkgs";
ref = "nixos-unstable";
ref = "nixpkgs-unstable";
};
pre-commit-hooks = {