lix/src
Robert Hensing 4eaeda6604 isValidSchemeName: Use regex
As requested by Eelco Dolstra. I think it used to be simpler.
2023-12-12 17:46:34 +01:00
..
build-remote Allow dynamic derivation deps in inputDrvs 2023-09-07 10:39:37 -04:00
libcmd Merge pull request #9497 from edolstra/move-access-control 2023-12-08 22:21:50 +01:00
libexpr allowed-uris: Match whole schemes also when scheme is not followed by slashes 2023-12-11 12:18:04 +01:00
libfetchers Merge pull request #9497 from edolstra/move-access-control 2023-12-08 22:21:50 +01:00
libmain Use buildprefix in a few more places 2023-11-29 19:49:07 -05:00
libstore libstore/daemon.cc: note trust model difference in readDerivation()s 2023-12-10 17:47:07 -08:00
libutil isValidSchemeName: Use regex 2023-12-12 17:46:34 +01:00
nix document fetchTree (#9258) 2023-12-10 05:16:32 +00:00
nix-build Merge pull request #9497 from edolstra/move-access-control 2023-12-08 22:21:50 +01:00
nix-channel Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
nix-collect-garbage Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
nix-copy-closure Restrict some code to StoreDirConfig 2023-11-04 19:05:36 -04:00
nix-env PosixSourceAccessor: Don't follow any symlinks 2023-12-05 23:02:59 +01:00
nix-instantiate Move restricted/pure-eval access control out of the evaluator and into the accessor 2023-11-30 16:16:17 +01:00
nix-store Create ServeProto::BuildOptions and a serializer for it 2023-12-09 11:35:13 -05:00
resolve-system-dependencies
toml11