Skip to content

Commit

Permalink
build(deps): update all flake inputs
Browse files Browse the repository at this point in the history
Crane doesn't depend on nixpkgs any longer.
  • Loading branch information
tfkhim committed Oct 27, 2024
1 parent 8866888 commit 84e4af2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
17 changes: 6 additions & 11 deletions flake.lock

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

5 changes: 1 addition & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";

crane = {
url = "github:ipetkov/crane";
inputs.nixpkgs.follows = "nixpkgs";
};
crane.url = "github:ipetkov/crane";
};

outputs = { self, nixpkgs, crane, ... }:
Expand Down

0 comments on commit 84e4af2

Please sign in to comment.