Skip to content

Commit 7810669

Browse files
authored
plansdk: default nixpkgs -> f80ac84 (#544)
The previous commit broke poetry.
1 parent 811137e commit 7810669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/planner/plansdk/plansdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ type NixpkgsInfo struct {
9191
}
9292

9393
// The commit hash for nixpkgs-unstable on 2023-01-25 from status.nixos.org
94-
const DefaultNixpkgsCommit = "3954218cf613eba8e0dcefa9abe337d26bc48fd0"
94+
const DefaultNixpkgsCommit = "f80ac848e3d6f0c12c52758c0f25c10c97ca3b62"
9595

9696
func GetNixpkgsInfo(commitHash string) (*NixpkgsInfo, error) {
9797
mirror := nixpkgsMirrorURL(commitHash)

0 commit comments

Comments
 (0)