Skip to content

Commit

Permalink
➖ Remove nixpkgs follow for crane input (#199)
Browse files Browse the repository at this point in the history
Remove nixpkgs follow for `crane` flake inputs.

`crane` doesn't depend on `nixpkgs` anymore.
  • Loading branch information
a-kenji authored Oct 11, 2024
1 parent eb9f84f commit 60481e9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
home-manager.url = "github:nix-community/home-manager";
treefmt-nix.url = "github:numtide/treefmt-nix/";
crane = {
url = "github:ipetkov/crane";
inputs.nixpkgs.follows = "nixpkgs";
};
crane.url = "github:ipetkov/crane";
};

outputs =
Expand Down

0 comments on commit 60481e9

Please sign in to comment.