Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Matthew Justin Bauer bc7df1734f
gitattributes: disable merge=union in all-packages
il y a 8 ans
.github CODEOWNERS: Add Profpatsch to /lib/generators.nix il y a 8 ans
doc nixpkgs docs: syntax highlight il y a 8 ans
lib libseccomp: Disable only on RISC-V if Linux. il y a 8 ans
maintainers ngspice: Move shared library to a new derivation il y a 8 ans
nixos Merge branch 'riscv-limitations' il y a 8 ans
pkgs Merge branch 'riscv-limitations' il y a 8 ans
.editorconfig Do not trim trailing whitespace in patch files il y a 9 ans
.gitattributes gitattributes: disable merge=union in all-packages il y a 8 ans
.gitignore kde5: consolidate packages into desktops/kde-5 il y a 10 ans
.version 18.03 -> 18.09 il y a 8 ans
COPYING 2018 will be the year of NixOS il y a 8 ans
README.md README: Use HTTPS for all hyperlinks il y a 8 ans
default.nix default.nix: Provide correct instructions how to upgrade Nix il y a 9 ans

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: