about summary refs log tree commit diff
path: root/src/nix/sigs.cc
AgeCommit message (Collapse)AuthorFilesLines
2016-04-05 Add "nix sign-paths" commandEelco Dolstra1-1/+49
E.g. $ nix sign-paths -k ./secret -r $(type -p geeqie) signs geeqie and all its dependencies using the key in ./secret.
2016-04-05 Add "nix copy-sigs" commandEelco Dolstra1-0/+133
This imports signatures from one store into another. E.g. $ nix copy-sigs -r /run/current-system -s https://cache.nixos.org/ imported 595 signatures