My personal NUR repository
Want your own? I used this template.
I package up stuff here that is not interesting enough to clutter nixpkgs with it. If you find somethig here that you want in nixpkgs, creat an issue and have people upvote. Stuff here is mainly aiming for compatibility with the current stable release of NixOS, but many of this is also tested/used with Nix on Ubuntu or Debian.
Search: https://nix-community.github.io/nur-search/repos/wamserma/
- bundlewrap a lightweight, python-based alternative to Ansible
- dfrs a tool to display file system space usage using graphs and colors
- sdtool a tool to read and modify the write lock flags on SD cards, with
sdtool-static
as static build with dietlibc
- git-smash Smash staged changes into previous commits to support your Git workflow
- bandit a static code analysis tool designed to find common security issues in Python code (just appifies the python package from Nixpkgs)
- encpipe a simple, pipeable encryption tool without runtime deps, with
encpipe-static
being a fully static binary (only 50K) that can run on any Linux system
- dietlibc a libc optimized for small size, useful for small statically linked binaries
- friidump a command-line tool to backup Gamecube and Wii game discs
-
Genius SF-600 Firmware Firmware blob for the Genius ColorPage SF-600 Scanner, to be used with SANE
-
Master PDF Editor 4.3.89, older version, last version that allowed for free text editing. Build with
NIXPKGS_ALLOW_UNFREE=1 nix-build -A masterpdfeditor4
. For current version, see NIXPKGS.
Launch directly:
nix run -f "https://github.com/wamserma/nur-packages/archive/master.tar.gz" bundlewrap --command bw --version
One-off install (example):
nix-env -f "https://github.com/wamserma/nur-packages/archive/master.tar.gz" -iA bundlewrap
Persistent: see here