()
| 110 | } |
| 111 | |
| 112 | func (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 | |
| 121 | func (l *lockfile) Get(pkg string) *lock.Package { |
| 122 | return nil |