MCPcopy Index your code
hub / github.com/jetify-com/devbox / Stdenv

Method Stdenv

internal/devpkg/package_test.go:112–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110}
111
112func (l *lockfile) Stdenv() flake.Ref {
113 return flake.Ref{
114 Type: flake.TypeGitHub,
115 Owner: "NixOS",
116 Repo: "nixpkgs",
117 Rev: nixCommitHash,
118 }
119}
120
121func (l *lockfile) Get(pkg string) *lock.Package {
122 return nil

Callers 1

ResolveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected