Skip to content

Commit

Permalink
chore: use 'follows' to reduce inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cu3PO42 committed Apr 14, 2024
1 parent 8e88205 commit a656c07
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 154 deletions.
166 changes: 14 additions & 152 deletions flake.lock

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

11 changes: 9 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,18 @@
};
inputs.nix = {
url = "github:domenkozar/nix/devenv-2.21";
inputs.nixpkgs.follows = "nixpkgs";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-compat.follows = "flake-compat";
};
};
inputs.cachix = {
url = "github:cachix/cachix";
inputs.nixpkgs.follows = "nixpkgs";
inputs = {
nixpkgs.follows = "nixpkgs";
pre-commit-hooks.follows = "pre-commit-hooks";
flake-compat.follows = "flake-compat";
};
};


Expand Down

0 comments on commit a656c07

Please sign in to comment.