Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Matthew Justin Bauer bc7df1734f
gitattributes: disable merge=union in all-packages
vor 8 Jahren
.github CODEOWNERS: Add Profpatsch to /lib/generators.nix vor 8 Jahren
doc nixpkgs docs: syntax highlight vor 8 Jahren
lib libseccomp: Disable only on RISC-V if Linux. vor 8 Jahren
maintainers ngspice: Move shared library to a new derivation vor 8 Jahren
nixos Merge branch 'riscv-limitations' vor 8 Jahren
pkgs Merge branch 'riscv-limitations' vor 8 Jahren
.editorconfig Do not trim trailing whitespace in patch files vor 9 Jahren
.gitattributes gitattributes: disable merge=union in all-packages vor 8 Jahren
.gitignore kde5: consolidate packages into desktops/kde-5 vor 10 Jahren
.version 18.03 -> 18.09 vor 8 Jahren
COPYING 2018 will be the year of NixOS vor 8 Jahren
README.md README: Use HTTPS for all hyperlinks vor 8 Jahren
default.nix default.nix: Provide correct instructions how to upgrade Nix vor 9 Jahren

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: