1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-04-03 18:14:15 +00:00
.dotfiles/nixos/pkgs/vlink/default.nix
2025-03-22 16:16:26 -04:00

10 lines
183 B
Nix

#! TODO
with import <nixpkgs> {};
stdenv.mkDerivation {
pname = "vlink";
version = "0.18";
meta = with lib; {
description = "A portable linker for multiple file formats";
};
}