Skip to content

Commit

Permalink
drop override as crane doesn't lock nixpkgs anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ulucs committed Sep 25, 2024
1 parent 77f77b7 commit 9697231
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 @@ -2,10 +2,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";
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down

0 comments on commit 9697231

Please sign in to comment.