Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
Get naersk from mainline again
Browse files Browse the repository at this point in the history
We were using a fork to get support for gitlinks in the patch section of
a Cargo.toml file. The PR that introduced support for this and more has
recently been merged, see:
nix-community/naersk#231
  • Loading branch information
jwoudenberg committed Apr 6, 2022
1 parent 45ad483 commit d0b5f29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
utils.url = "github:numtide/flake-utils";
naersk.url = "github:yusdacra/naersk/feat/cargolock-git-deps";
naersk.url = "github:nix-community/naersk";
naersk.inputs.nixpkgs.follows = "nixpkgs";
fenix.url = "github:nix-community/fenix";
fenix.inputs.nixpkgs.follows = "nixpkgs";
Expand Down

0 comments on commit d0b5f29

Please sign in to comment.