Skip to content

Commit

Permalink
deps: unfollow nixpkgs input for cachix
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Oct 14, 2024
1 parent ae1da17 commit f5739ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
devenv.url = "github:cachix/devenv/latest";


agenix = {
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";
Expand All @@ -25,8 +24,8 @@
};

cachix-flake = {
url = "github:cachix/cachix";
inputs.nixpkgs.follows = "nixpkgs";
url = "github:cachix/cachix/latest";
# inputs.nixpkgs.follows = "nixpkgs";
inputs.devenv.follows = "devenv";
};

Expand Down

0 comments on commit f5739ef

Please sign in to comment.