You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Matthew Justin Bauer bc7df1734f
gitattributes: disable merge=union in all-packages
пре 8 година
.github CODEOWNERS: Add Profpatsch to /lib/generators.nix пре 8 година
doc nixpkgs docs: syntax highlight пре 8 година
lib libseccomp: Disable only on RISC-V if Linux. пре 8 година
maintainers ngspice: Move shared library to a new derivation пре 8 година
nixos Merge branch 'riscv-limitations' пре 8 година
pkgs Merge branch 'riscv-limitations' пре 8 година
.editorconfig Do not trim trailing whitespace in patch files пре 9 година
.gitattributes gitattributes: disable merge=union in all-packages пре 8 година
.gitignore kde5: consolidate packages into desktops/kde-5 пре 10 година
.version 18.03 -> 18.09 пре 8 година
COPYING 2018 will be the year of NixOS пре 8 година
README.md README: Use HTTPS for all hyperlinks пре 8 година
default.nix default.nix: Provide correct instructions how to upgrade Nix пре 9 година

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: