flake: Make pre-commit-hooks use nixpkgs-unstable
It depends on alejandra, which is only in nixpkgs unstable at the time.
This commit is contained in:
parent
5d8b0aae8a
commit
093ae2ab4c
|
@ -149,7 +149,7 @@
|
||||||
"flake-utils"
|
"flake-utils"
|
||||||
],
|
],
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs"
|
"nixpkgs-unstable"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
nix-pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix/master";
|
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.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.url = "github:Mic92/sops-nix";
|
||||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
Loading…
Reference in a new issue