Silly nixpkgs mirror, totally harmless :3
1b1cc34020
Upstream changes: Paperwork-GUI 1.2.1: * Add source code of Windows installer (NSIS installer) generator * Scanner support / Multi-scan: Cancel also successful scan session. Otherwise some scanner won't allow new scan sessions later. * Remove gi version warnings when starting (thanks to Matthieu Coudron) * Documentation: Add missing stdeb dependencies (thanks to Notkea) * paperwork-shell: Fix command 'scan' * paperwork-shell install: add docstring * Fix dialog 'about' Paperwork-backend 1.2.1: * paperwork-shell: improve help string of 'paperwork-shell chkdeps' * Fix label deletion / renaming * Windows: Fix FS.safe() when used for PDF import * Windows: Fix FS.unsafe() (used for PDF export) Full upstream changelog can be found at: https://github.com/openpaperwork/paperwork/releases/tag/1.2.1 Successfully tested building and running Paperwork with a few test scans. Signed-off-by: aszlig <aszlig@nix.build> |
||
---|---|---|
.github | ||
doc | ||
lib | ||
maintainers/scripts | ||
nixos | ||
pkgs | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
.version | ||
COPYING | ||
default.nix | ||
README.md |
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.
- NixOS installation instructions
- Documentation (Nix Expression Language chapter)
- Manual (How to write packages for Nix)
- Manual (NixOS)
- Community maintained wiki
- Continuous package builds for unstable/master
- Continuous package builds for 17.09 release
- Tests for unstable/master
- Tests for 17.09 release
Communication: