Skip to content

Commit 56fdcbe

Browse files
authored
chore: switch to stable 24.11 (#1435)
Fixes the flake dependency on go_1_24. Switch back to stable nixpkgs and `nix flake update`.
1 parent cb5eaee commit 56fdcbe

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
description = "Nix flake for ocm";
33

44
inputs = {
5-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
5+
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
6+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
67
};
78

89
outputs = { self, nixpkgs, ... }:
@@ -48,9 +49,9 @@
4849
# "-X ocm.software/ocm/api/version.buildDate=1970-01-01T0:00:00+0000"
4950
];
5051

51-
env = {
52-
CGO_ENABLED = "0";
53-
};
52+
# env = {
53+
# CGO_ENABLED = "0";
54+
# };
5455

5556
subPackages = [
5657
"cmds/ocm"

0 commit comments

Comments
 (0)