-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
RFCRelated to an accepted RFCRelated to an accepted RFCidea approvedThe given proposal has been discussed and approved by the Nix team. An implementation is welcome.The given proposal has been discussed and approved by the Nix team. An implementation is welcome.new-cliRelating to the "nix" commandRelating to the "nix" command
Milestone
Description
This implements NixOS/rfcs#136. This issue is agreed-upon by the https://github.com/orgs/NixOS/teams/nix-team
- merge
nix store add-fileandnix store add-pathinto onenix store addand expose the underlying store options- expose as
--key valueor--value1|--value2- make PR to CLI guidelines to encode the convention
- replace
--recursivewith--mode nar|flat|drv|git(denoting the output hash mode)- hash types following Stabilise
nix hashand subcommands #8876 - make
--mode narthe default due to history and to match path-to-string coercion behavior in the language flatis for consuming a single filedrv(later) for implementing RFC 92; hashing mode to support adding.drvfilesgit(later) for implementing RFC 133- TODO: clarify how to expose
outputHashMode,outputHashAlgo, etc. on the command line
- hash types following Stabilise
- expose as
- refactoring: nicer names for the concepts in
addToStore: https://github.com/NixOS/nix/blob/master/src/libstore/store-api.hh#L517
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
RFCRelated to an accepted RFCRelated to an accepted RFCidea approvedThe given proposal has been discussed and approved by the Nix team. An implementation is welcome.The given proposal has been discussed and approved by the Nix team. An implementation is welcome.new-cliRelating to the "nix" commandRelating to the "nix" command
Projects
Status
Done
Status
Done