We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50d95f commit b35250dCopy full SHA for b35250d
internal/impl/config.go
@@ -81,7 +81,7 @@ func (c *Config) Hash() (string, error) {
81
}
82
83
func (c *Config) NixPkgsCommitHash() string {
84
- if c == nil || c.Nixpkgs == nil {
+ if c == nil || c.Nixpkgs == nil || c.Nixpkgs.Commit == "" {
85
return plansdk.DefaultNixpkgsCommit
86
87
return c.Nixpkgs.Commit
0 commit comments