chore(flake): update inputs

This commit is contained in:
Felix Schröter 2022-12-29 14:15:34 +01:00
parent 5f6553e5bc
commit 088ec3574c
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 19 additions and 32 deletions

View file

@ -29,6 +29,7 @@
inputs.pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};