Silly nixpkgs mirror, totally harmless :3
Find a file
Tuomas Tynkkynen 4602e611fa Revert "Revert "hfsprogs: init at 332.25""
This reverts commit 6c182dd14d.

No reason to drop working code, for which there is no other alternative
(in this case, formatting/checking HFS+ filesystems).
2018-05-02 04:15:51 +03:00
.github CODEOWNERS: add Profpatsch to lib/debug.nix 2018-04-27 18:59:39 +02:00
doc nixpkgs docs: format =) 2018-05-01 19:54:21 -04:00
lib lib/systems: Fix eval for iphone32* examples 2018-05-01 13:04:57 -04:00
maintainers Merge pull request #39828 from wchresta/souffle-1.2 2018-05-01 16:03:40 -04:00
nixos nixos docs: format =) 2018-05-01 19:57:09 -04:00
pkgs Revert "Revert "hfsprogs: init at 332.25"" 2018-05-02 04:15:51 +03:00
.editorconfig Revert ".version: remove final newline" 2018-04-28 14:23:13 +02:00
.gitattributes
.gitignore
.version Revert ".version: remove final newline" 2018-04-28 14:23:13 +02:00
COPYING
default.nix
README.md

logo

Code Triagers Badge

Nixpkgs is a collection of packages for the Nix package manager. It is periodically built and tested by the Hydra build daemon as so-called channels. To get channel information via git, add nixpkgs-channels as a remote:

% git remote add channels git://github.com/NixOS/nixpkgs-channels.git

For stability and maximum binary package support, it is recommended to maintain custom changes on top of one of the channels, e.g. nixos-18.03 for the latest release and nixos-unstable for the latest successful build of master:

% git remote update channels
% git rebase channels/nixos-18.03

For pull-requests, please rebase onto nixpkgs master.

NixOS Linux distribution source code is located inside nixos/ folder.

Communication: