Skip to content

Commit

Permalink
nix: Remove wlink
Browse files Browse the repository at this point in the history
  • Loading branch information
semickolon committed Mar 10, 2024
1 parent c7bba24 commit 27df23f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,6 @@
hash = "sha256-Ju2DBv3R4O48o8Fk/AFXOBIsvGMK9hJ8Ogxk47f7gcU=";
};
};
wlink = naersk.buildPackage rec {
pname = "wlink";
version = "nightly";
src = pkgs.fetchFromGitHub {
owner = "ch32-rs";
repo = pname;
rev = "1cadff15dae708964e177ccf5d9f34db98707bdb";
hash = "sha256-I3lEQ6bHB9EtqXzipja5GMigE5jYUTFoAYOMSVm7Cxo=";
};
nativeBuildInputs = with pkgs; [ pkg-config udev libusb1 ];
};
in
with pkgs; [
zig
Expand All @@ -45,7 +34,6 @@
nls
topiary
wchisp
wlink
picotool
];
};
Expand Down

0 comments on commit 27df23f

Please sign in to comment.