No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Matthew Justin Bauer bc7df1734f
gitattributes: disable merge=union in all-packages
hace 8 años
.github CODEOWNERS: Add Profpatsch to /lib/generators.nix hace 8 años
doc nixpkgs docs: syntax highlight hace 8 años
lib libseccomp: Disable only on RISC-V if Linux. hace 8 años
maintainers ngspice: Move shared library to a new derivation hace 8 años
nixos Merge branch 'riscv-limitations' hace 8 años
pkgs Merge branch 'riscv-limitations' hace 8 años
.editorconfig Do not trim trailing whitespace in patch files hace 9 años
.gitattributes gitattributes: disable merge=union in all-packages hace 8 años
.gitignore kde5: consolidate packages into desktops/kde-5 hace 10 años
.version 18.03 -> 18.09 hace 8 años
COPYING 2018 will be the year of NixOS hace 8 años
README.md README: Use HTTPS for all hyperlinks hace 8 años
default.nix default.nix: Provide correct instructions how to upgrade Nix hace 9 años

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-17.09 for the latest release and nixos-unstable for the latest successful build of master:

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

For pull-requests, please rebase onto nixpkgs master.

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

Communication: