Skip to content

Commit

Permalink
build: update nix flake lock (#5083)
Browse files Browse the repository at this point in the history
  • Loading branch information
uael authored Jan 17, 2025
1 parent d1794c9 commit bc92cc0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,13 @@
version = (pkgs.lib.strings.trim (builtins.readFile ./version.txt));

src = ./backend;
nativeBuildInputs = buildInputs ++ [ self.packages.${system}.windmill-client pkgs.perl ];

nativeBuildInputs = buildInputs
++ [ self.packages.${system}.windmill-client pkgs.perl ]
++ pkgs.lib.optionals pkgs.stdenv.isDarwin [
# Additional darwin specific inputs can be set here
pkgs.libiconv
pkgs.darwin.apple_sdk.frameworks.SystemConfiguration
];

cargoLock = {
lockFile = ./backend/Cargo.lock;
Expand Down

0 comments on commit bc92cc0

Please sign in to comment.