chore(flake): update inputs
This commit is contained in:
parent
fc3a243354
commit
89521de3f5
2 changed files with 17 additions and 41 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue