1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-24 19:29:36 +01:00
nix/src
BootRhetoric 6df32889a5
Add git commit verification input attributes
This implements the git input attributes `verifyCommit`, `keytype`,
`publicKey` and `publicKeys` as experimental feature
`verified-fetches`. `publicKeys` should be a json string.
This representation was chosen because all attributes must be of type bool,
int or string so they can be included in flake uris (see definition of
fetchers::Attr).
2023-11-03 20:15:12 +01:00
..
build-remote Allow dynamic derivation deps in inputDrvs 2023-09-07 10:39:37 -04:00
libcmd Overhaul nix flake update and lock commands 2023-10-31 15:33:57 +01:00
libexpr SourceAccessor: Change the main interface from lstat() to maybeLstat() 2023-11-01 15:26:07 +01:00
libfetchers Add git commit verification input attributes 2023-11-03 20:15:12 +01:00
libmain Overhaul completions, redo #6693 (#8131) 2023-10-23 15:03:11 +02:00
libstore Don't use std::invocable C++ concept yet 2023-11-02 12:06:29 -04:00
libutil Add git commit verification input attributes 2023-11-03 20:15:12 +01:00
nix Merge pull request #9269 from edolstra/unify-accessor 2023-11-02 14:23:10 +01:00
nix-build nix-shell: fix shebang whitespace parsing 2023-10-23 15:56:07 +02:00
nix-channel Remove stray executable permissions on source files 2023-11-02 09:24:21 +01:00
nix-collect-garbage Clean up a few things related to profiles (#8526) 2023-06-19 04:04:59 +00:00
nix-copy-closure Remove stray executable permissions on source files 2023-11-02 09:24:21 +01:00
nix-env printStats -> maybePrintStats 2023-10-09 16:34:35 +02:00
nix-instantiate printStats -> maybePrintStats 2023-10-09 16:34:35 +02:00
nix-store Factor out serialization for BuildResult 2023-10-20 15:19:28 -04:00
resolve-system-dependencies Remove FormatOrString and remaining uses of format() 2023-03-02 15:57:54 +01:00
toml11 Replace cpptoml with toml11 2021-12-17 22:03:33 +01:00