Use nixpkgs-unstable for pre-commit-hooks

depends on alejandra, which is not part of 21.11 nixpkgs.
This commit is contained in:
Jakob Lechner 2022-04-30 01:21:42 +00:00
parent 0d2409c059
commit 5e5a13573c
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
2 changed files with 2 additions and 2 deletions

2
flake.lock generated
View file

@ -44,7 +44,7 @@
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
"nixpkgs-unstable"
]
},
"locked": {

View file

@ -4,7 +4,7 @@
nix-pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix/master";
nix-pre-commit-hooks.inputs.flake-utils.follows = "flake-utils";
nix-pre-commit-hooks.inputs.nixpkgs.follows = "nixpkgs";
nix-pre-commit-hooks.inputs.nixpkgs.follows = "nixpkgs-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-21.11";