1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/src
Eelco Dolstra 936a364226 getNameFromURL(): Support uppercase characters in attribute names
In particular, this makes it handle 'legacyPackages' correctly.
2023-12-22 16:35:58 +01:00
..
build-remote Allow dynamic derivation deps in inputDrvs 2023-09-07 10:39:37 -04:00
libcmd Organize content addressing, use SourceAccessor with Store::addToStore 2023-12-18 10:41:54 -05:00
libexpr getNameFromURL(): Support uppercase characters in attribute names 2023-12-22 16:35:58 +01:00
libfetchers Organize content addressing, use SourceAccessor with Store::addToStore 2023-12-18 10:41:54 -05:00
libmain Use buildprefix in a few more places 2023-11-29 19:49:07 -05:00
libstore Merge pull request #9325 from NixOS/accessor-add-to-store 2023-12-19 15:10:31 +01:00
libutil Merge pull request #9655 from iFreilicht/move-flake-url-name-util 2023-12-22 10:26:42 -05:00
nix Move url-name utility to libexpr/flake 2023-12-22 09:33:02 +01:00
nix-build Fix building CA derivations with and eval store 2023-12-11 12:17:36 -05: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 Remove now-redundant text-hashing store methods 2023-12-18 10:44:10 -05: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 Organize content addressing, use SourceAccessor with Store::addToStore 2023-12-18 10:41:54 -05:00
resolve-system-dependencies
toml11