flake: bump inputs

And reduce the closure size of 'pre-commit-hooks.nix' by making it
follow my 'nixpkgs' input.
This commit is contained in:
Bruno BELANYI 2022-11-28 10:17:28 +01:00
parent a73a05e0ac
commit 072511a091
2 changed files with 55 additions and 12 deletions

View file

@ -51,6 +51,7 @@
inputs = {
flake-utils.follows = "futils";
nixpkgs.follows = "nixpkgs";
nixpkgs-stable.follows = "nixpkgs";
};
};
};