File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 inputs = {
3- nixpkgs . url = "github:NixOS/nixpkgs/nixos-25.05 " ;
3+ nixpkgs . url = "github:NixOS/nixpkgs/nixos-25.11 " ;
44 utils . url = "github:numtide/flake-utils" ;
55 naersk . url = "github:nix-community/naersk" ;
66 naersk . inputs . nixpkgs . follows = "nixpkgs" ;
77 rust-overlay . url = "github:oxalica/rust-overlay" ;
88 rust-overlay . inputs . nixpkgs . follows = "nixpkgs" ;
9- rust-overlay . inputs . flake-utils . follows = "utils" ;
10- cross-naersk . url = "github:icewind1991/cross-naersk" ;
9+ cross-naersk . url = "github:provokateurin/cross-naersk/fix/freebsd-sysroot" ;
1110 cross-naersk . inputs . nixpkgs . follows = "nixpkgs" ;
1211 cross-naersk . inputs . naersk . follows = "naersk" ;
1312 } ;
2726 } ;
2827 lib = pkgs . lib ;
2928
30- hostTarget = pkgs . hostPlatform . config ;
29+ hostTarget = pkgs . stdenv . hostPlatform . config ;
3130 targets = [
3231 "x86_64-unknown-linux-musl"
3332 "i686-unknown-linux-musl"
You can’t perform that action at this time.
0 commit comments