flake: Make pre-commit-hooks use nixpkgs-unstable

It depends on alejandra, which is only in nixpkgs unstable at the time.
pull/64/head
Simon Bruder 2022-03-06 09:22:04 +01:00
parent 5d8b0aae8a
commit 093ae2ab4c
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -18,7 +18,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";
sops-nix.url = "github:Mic92/sops-nix";
sops-nix.inputs.nixpkgs.follows = "nixpkgs";