Skip to content

Commit

Permalink
[flake] prune some indirect inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
kolloch committed Jan 4, 2024
1 parent 360d2a6 commit 12f0a70
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 255 deletions.
269 changes: 14 additions & 255 deletions flake.lock

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

4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,16 @@
cachix = {
url = "github:cachix/cachix/latest";
inputs.nixpkgs.follows = "nixpkgs";
inputs.devenv.follows = "";
inputs.flake-compat.follows = "";
inputs.pre-commit-hooks.follows = "";
};

pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs";
inputs.flake-compat.follows = "flake-compat";
};
};

Expand Down

0 comments on commit 12f0a70

Please sign in to comment.