Home
last modified time | relevance | path

Searched defs:installables (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/nix/nix-2.3.10/src/nix/
H A Dinstallables.cc232 auto installables = parseInstallables(cmd, store, {installable}, false); in parseInstallable() local
238 std::vector<std::shared_ptr<Installable>> installables) in build()
271 std::vector<std::shared_ptr<Installable>> installables) in toStorePaths()
294 std::vector<std::shared_ptr<Installable>> installables, bool useDeriver) in toDerivations()
H A Dcommand.hh102 std::vector<std::shared_ptr<Installable>> installables; member
/dports/security/keybase/client-v5.7.1/osx/KBKit/KBKit/Component/
H A DKBInstaller.m24 …pOnError:(BOOL)stopOnError completion:(void (^)(NSError *error, NSArray *installables))completion {
/dports/security/keybase/client-v5.7.1/osx/KBKit/KBKit/System/
H A DKBEnvironment.m31 @property NSMutableArray */*of KBInstallable*/installables; property