Skip to content

Commit

Permalink
chore(flake): remove un-needed override
Browse files Browse the repository at this point in the history
  • Loading branch information
dotboris committed Dec 31, 2024
1 parent 9b00ea3 commit 80c99cc
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 @@ -4,10 +4,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
crane = {
url = "github:ipetkov/crane";
inputs.nixpkgs.follows = "nixpkgs";
};
crane.url = "github:ipetkov/crane";
};

outputs = {
Expand Down

0 comments on commit 80c99cc

Please sign in to comment.