Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Matthew Justin Bauer bc7df1734f
gitattributes: disable merge=union in all-packages
8 lat temu
.github CODEOWNERS: Add Profpatsch to /lib/generators.nix 8 lat temu
doc nixpkgs docs: syntax highlight 8 lat temu
lib libseccomp: Disable only on RISC-V if Linux. 8 lat temu
maintainers ngspice: Move shared library to a new derivation 8 lat temu
nixos Merge branch 'riscv-limitations' 8 lat temu
pkgs Merge branch 'riscv-limitations' 8 lat temu
.editorconfig Do not trim trailing whitespace in patch files 9 lat temu
.gitattributes gitattributes: disable merge=union in all-packages 8 lat temu
.gitignore kde5: consolidate packages into desktops/kde-5 10 lat temu
.version 18.03 -> 18.09 8 lat temu
COPYING 2018 will be the year of NixOS 8 lat temu
README.md README: Use HTTPS for all hyperlinks 8 lat temu
default.nix default.nix: Provide correct instructions how to upgrade Nix 9 lat temu

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: