1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/src/libexpr
John Ericson 7103c6da70 Remove references from fixed output derivation ab syntax
In other words, use a plain `ContentAddress` not
`ContentAddressWithReferences` for `DerivationOutput::CAFixed`.

Supporting fixed output derivations with (fixed) references would be a
cool feature, but it is out of scope at this moment.
2023-04-19 15:00:04 -04:00
..
flake Whitelist commit-lockfile-summary in flake nixConfig 2023-04-14 11:33:38 -07:00
primops Merge remote-tracking branch 'upstream/master' into path-info 2023-03-30 16:28:53 -04:00
tests Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00
value libexpr/value/print.* -> libexpr/print.* 2023-04-16 13:10:45 +02:00
attr-path.cc Revert "Revert "Merge pull request #6204 from layus/coerce-string"" 2023-01-19 13:23:04 +01:00
attr-path.hh Finish converting existing comments for internal API docs (#8146) 2023-04-07 13:55:28 +00:00
attr-set.cc Don't pass Symbol by reference 2022-04-26 13:25:17 +02:00
attr-set.hh Finish converting existing comments for internal API docs (#8146) 2023-04-07 13:55:28 +00:00
eval-cache.cc Revert "Revert "Merge pull request #6204 from layus/coerce-string"" 2023-01-19 13:23:04 +01:00
eval-cache.hh Finish converting existing comments for internal API docs (#8146) 2023-04-07 13:55:28 +00:00
eval-inline.hh Finish converting existing comments for internal API docs (#8146) 2023-04-07 13:55:28 +00:00
eval.cc libexpr/value/print.* -> libexpr/print.* 2023-04-16 13:10:45 +02:00
eval.hh Finish converting existing comments for internal API docs (#8146) 2023-04-07 13:55:28 +00:00
fetchurl.nix fetchurl.nix: change other use of __impure 2022-09-16 01:54:24 -07:00
function-trace.cc Revert the enum struct change 2020-06-18 22:11:26 +00:00
function-trace.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00
get-drvs.cc Revert "Revert "Merge pull request #6204 from layus/coerce-string"" 2023-01-19 13:23:04 +01:00
get-drvs.hh Finish converting existing comments for internal API docs (#8146) 2023-04-07 13:55:28 +00:00
imported-drv-to-derivation.nix
json-to-value.cc return string_views from forceString* 2022-01-27 17:15:43 +01:00
json-to-value.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00
lexer.l Handle EOFs in string literals correctly 2022-05-25 17:58:13 +02:00
local.mk Enable -Werror=switch-enum 2023-04-03 18:45:20 +02:00
nix-expr.pc.in Fix building with GCC 9 2023-02-10 18:38:57 +01:00
nixexpr.cc libexpr: Move identifier-like printing to print.cc 2023-04-16 14:07:35 +02:00
nixexpr.hh Finish converting existing comments for internal API docs (#8146) 2023-04-07 13:55:28 +00:00
parser.y Move enabled experimental feature to libutil struct 2023-03-20 11:05:22 -04:00
primops.cc Remove references from fixed output derivation ab syntax 2023-04-19 15:00:04 -04:00
primops.hh Finish converting existing comments for internal API docs (#8146) 2023-04-07 13:55:28 +00:00
print.cc libexpr: Move identifier-like printing to print.cc 2023-04-16 14:07:35 +02:00
print.hh libexpr: Move identifier-like printing to print.cc 2023-04-16 14:07:35 +02:00
symbol-table.hh Finish converting existing comments for internal API docs (#8146) 2023-04-07 13:55:28 +00:00
value-to-json.cc EvalState::copyPathToStore(): Return a StorePath 2022-12-20 14:58:39 +01:00
value-to-json.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00
value-to-xml.cc Remove FormatOrString and remaining uses of format() 2023-03-02 15:57:54 +01:00
value-to-xml.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00
value.hh Finish converting existing comments for internal API docs (#8146) 2023-04-07 13:55:28 +00:00