Skip to content

Commit

Permalink
fix(flake): remove unecessary input follows
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Feb 18, 2025
1 parent 6e36c14 commit 31f5b89
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 47 deletions.
84 changes: 39 additions & 45 deletions flake.lock

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

2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@

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

sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs-stable.follows = "nixpkgs";
inputs.nixpkgs.follows = "unstable";
};

Expand Down

0 comments on commit 31f5b89

Please sign in to comment.