1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-03 12:14:07 +00:00
This commit is contained in:
Rae 5e 2025-03-22 16:16:26 -04:00
parent 1f4a53d646
commit 8accea9cc6
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
9 changed files with 231 additions and 1 deletions

View file

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