Skip to content

Commit

Permalink
flake: inputs: update all
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO committed Aug 26, 2024
1 parent eb8cc7e commit 97b7a76
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 111 deletions.
165 changes: 56 additions & 109 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
gitHooks = {
inputs = {
flake-compat.follows = "";
flake-utils.follows = "flakeUtils";
nixpkgs-stable.follows = "gitHooks/nixpkgs";
nixpkgs.follows = "nixpkgs";
};
Expand Down Expand Up @@ -88,11 +87,14 @@

nixvim = {
inputs = {
devshell.follows = "";
flake-compat.follows = "";
git-hooks.follows = "";
home-manager.follows = "homeManager";
nix-darwin.follows = "";
nixpkgs.follows = "nixpkgs";
pre-commit-hooks.follows = "gitHooks";
nuschtosSearch.follows = "";
treefmt-nix.follows = "";
};

url = "github:nix-community/nixvim";
Expand All @@ -101,8 +103,10 @@
stylix = {
inputs = {
flake-compat.follows = "";
flake-utils.follows = "flakeUtils";
home-manager.follows = "homeManager";
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
};

url = "github:danth/stylix";
Expand Down

0 comments on commit 97b7a76

Please sign in to comment.