/nur-packages

Primary LanguageNixOtherNOASSERTION

Nix da

My personal NUR repository

Build Status Cachix Cache Build and populate cache

Want your own? I used this template.

What's here?

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/

Admin/System tools

  • 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

Development

  • git-smash Smash staged changes into previous commits to support your Git workflow

Security Tools

  • 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

Libraries

  • dietlibc a libc optimized for small size, useful for small statically linked binaries

Games

  • friidump a command-line tool to backup Gamecube and Wii game discs

Non-Free

  • 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.

How to use?

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