Skip to content

Commit 318513f

Browse files
committed
chore: update flake lock
1 parent 78e57da commit 318513f

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

flake.lock

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

flake.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
inputs = {
3-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
3+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
44
flake-parts.url = "github:hercules-ci/flake-parts";
55
};
66

@@ -21,10 +21,6 @@
2121
pkgs.watchexec
2222
] ++ lib.optional pkgs.stdenv.isDarwin [
2323
pkgs.pkgsBuildHost.libiconv
24-
pkgs.pkgsBuildHost.darwin.apple_sdk.frameworks.AppKit
25-
pkgs.pkgsBuildHost.darwin.apple_sdk.frameworks.Security
26-
pkgs.pkgsBuildHost.darwin.apple_sdk.frameworks.CoreFoundation
27-
pkgs.pkgsBuildHost.darwin.apple_sdk.frameworks.SystemConfiguration
2824
];
2925
};
3026
};

0 commit comments

Comments
 (0)