chore(flake): update inputs

This commit is contained in:
Felix Schröter 2022-07-07 23:19:23 +02:00
parent fc3a243354
commit 89521de3f5
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 17 additions and 41 deletions

View file

@ -10,6 +10,7 @@
inputs.home-manager = {
url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "nixpkgs";
inputs.utils.follows = "flake-utils";
};
inputs.nur.url = "github:nix-community/NUR/master";
@ -22,6 +23,7 @@
inputs.deploy-rs = {
url = "github:serokell/deploy-rs";
inputs.nixpkgs.follows = "nixpkgs";
inputs.utils.follows = "flake-utils";
};
inputs.pre-commit-hooks = {