Skip to content

Commit

Permalink
back to nixpkgs 23.05 while freebsd cross compile is broken in 23.11
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed Jan 22, 2024
1 parent 5dc5cb6 commit 1b95066
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions flake.lock

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

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
utils.url = "github:numtide/flake-utils";
naersk.url = "github:nix-community/naersk";
naersk.inputs.nixpkgs.follows = "nixpkgs";
Expand Down Expand Up @@ -54,6 +54,7 @@

cross-naersk' = pkgs.callPackage cross-naersk {
inherit naersk;
toolchain = pkgs.rust-bin.stable.latest.default;
};

src = lib.sources.sourceByRegex (lib.cleanSource ./.) ["Cargo.*" "(src|tests|test_client|build.rs|appinfo)(/.*)?"];
Expand Down

0 comments on commit 1b95066

Please sign in to comment.