vs49688 / nix-repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Nix Packages Repository

Contents

Applications ๐Ÿ–ฅ๏ธ

Package Description Link
_010editor ๐Ÿง 010 Editor v12.0.11 Link
hammerspoon ๐ŸŽ Staggeringly powerful macOS desktop automation with Lua Link
jdownloader ๐Ÿง JDownloader is a free, open-source download management tool Link
linearmouse ๐ŸŽ The mouse and trackpad utility for Mac Link
navidrome-mbz ๐Ÿง๐ŸŽ Navidrome, with MusicBrainz patches. Link
raftools ๐Ÿง๐ŸŽ League of Legends Legacy extraction utility Link
scroll-reverser ๐ŸŽ Per-device scrolling prefs on macOS Link
vgmtrans ๐Ÿง A tool to convert proprietary, sequenced videogame music to industry-standard formats Link
mongodb_3_6-bin ๐Ÿง MongoDB 3.6, binary version Link

Games ๐ŸŽฎ

Package Description Link
croc-lotg ๐Ÿง Croc! Legend of the Gobbos Definitive Edition1 Link
solar2 ๐Ÿง Solar 2, Humble Bundle Linux version1 Link
supermeatboy ๐Ÿง Super Meat Boy, Humble Bundle Linux version1 Link
xash3d-fwgs ๐Ÿง xash3d-fwgs and games1 Link

Utilities ๐Ÿ”จ

Package Description Link
awesfx ๐Ÿง An old and good AWE32-compatible SoundFont utility Link
crocutils ๐Ÿง๐ŸŽ A small collection of utilities for Croc Link
extract-drs ๐Ÿง๐ŸŽ AoE1 DRS extractor Link
extract-glb ๐Ÿง๐ŸŽ DemonStar GLB extractor Link
hg659-voip-password ๐Ÿง๐ŸŽ Huawei HG659 config decryption utility Link
mailpump ๐Ÿง๐ŸŽ A service that monitors a mailbox for messages and will automatically move them to another, usually on a different server
offzip ๐Ÿง๐ŸŽ Offset file unzipper Link
pimidid ๐Ÿง Small daemon to automatically connect MIDI devices to FluidSynth Link
rom-parser ๐Ÿง ROM Parser Link
unifi-backup-decrypt ๐Ÿง๐ŸŽ UniFi backup decryption utility Link

Misc

Package Description Link
mangostwo-database ๐Ÿง MangosTwo Database. Use containers.mangostwo-* Link
mangostwo-server ๐Ÿง MangosTwo Server Binaries. Use containers.mangostwo-* Link
xboomer ๐Ÿง Windows XP window decorations for KDE Plasma Link
zane-scripts.* ๐Ÿง๐ŸŽ Personal scripts. Useless to you. Link

MongoDB Versions

Ever since the switch to SSPL, the nixpkgs source builds aren't cached anymore at cache.nixos.org. Here are MongoDB derivations based off the pre-built Ubuntu binaries. Note that most of these are insecure and shouldn't be used in production. These are intended to be used for migration purposes only.

Package Description Link
mongodb_3_6-bin ๐Ÿง MongoDB 3.6 Link
mongodb_4_0-bin ๐Ÿง MongoDB 4.0 Link
mongodb_4_2-bin ๐Ÿง MongoDB 4.2 Link
mongodb_4_4-bin ๐Ÿง MongoDB 4.4 Link
mongodb_5_0-bin ๐Ÿง MongoDB 5.0 Link
mongodb_6_0-bin ๐Ÿง MongoDB 6.0 Link

Usage

Nix

nix-build -A <packagename>

NixOS, system-wide

Assuming this is in a git submodule called nix-repo, add this to your configuration.nix:

imports = [
  /* your imports */
] ++ (import ./nix-repo/modules);

nixpkgs.overlays = [
  /* your overlays */
  (import ./nix-repo/overlay.nix)
];

License

This project is licensed under the Apache License, Version 2.0:

Copyright ยฉ 2024 Zane van Iperen

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Footnotes

  1. Most likely useless to you. Requires private sources. โ†ฉ โ†ฉ2 โ†ฉ3 โ†ฉ4 โ†ฉ5

About

License:Apache License 2.0


Languages

Language:Nix 98.2%Language:Shell 1.7%Language:Lua 0.1%