mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-04-03 18:14:15 +00:00
10 lines
183 B
Nix
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";
|
|
};
|
|
}
|