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 811137e commit 7810669Copy full SHA for 7810669
internal/planner/plansdk/plansdk.go
@@ -91,7 +91,7 @@ type NixpkgsInfo struct {
91
}
92
93
// The commit hash for nixpkgs-unstable on 2023-01-25 from status.nixos.org
94
-const DefaultNixpkgsCommit = "3954218cf613eba8e0dcefa9abe337d26bc48fd0"
+const DefaultNixpkgsCommit = "f80ac848e3d6f0c12c52758c0f25c10c97ca3b62"
95
96
func GetNixpkgsInfo(commitHash string) (*NixpkgsInfo, error) {
97
mirror := nixpkgsMirrorURL(commitHash)
0 commit comments