Extra stuff that isn't in nixpkgs.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
Sven Slootweg ea08c46643 Add wine/wineUnstable from upstream nixpkgs to Hydra 6 anni fa
morepkgs Add wine/wineUnstable from upstream nixpkgs to Hydra 6 anni fa
.gitignore gitignore any build-result symlinks 6 anni fa
README.md Add readme, and move all expressions into a subdirectory 6 anni fa
default.nix Add readme, and move all expressions into a subdirectory 6 anni fa
test.sh Make testing script more generically usable 6 anni fa

README.md

morepkgs

Work in progress; a repository of stuff that doesn't quite fit into nixpkgs (yet).

This is designed as an overlay that's to be used on top of current-stable nixpkgs. Instructions coming soon.

Build server

Automatic builds occur at https://hydra.cryto.net/project/morepkgs.

Why is everything in a morepkgs folder?

Because fetchTarball removes the top-level path component, and therefore top-level stuff will vanish when a tarball of this repository is fetched using it. Nesting everything into a folder works around that, and there's still a default.nix in the root that aliases to morepkgs/default.nix for tools that don't have strange path-component-removing semantics.