mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-07-02 22:46:00 +00:00
~
This commit is contained in:
parent
1f4a53d646
commit
8accea9cc6
9 changed files with 231 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# TODO
|
||||
with import <nixpkgs> {};
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "vasm-psi-x-m68k";
|
||||
pname = "vasm-psi-x";
|
||||
version = "1.1.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
|
10
nixos/pkgs/vlink/default.nix
Normal file
10
nixos/pkgs/vlink/default.nix
Normal 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";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue