feat: use fenix for cargo, add dynamic linking and pkg-config paths

This commit is contained in:
2026-01-17 12:52:13 -08:00
parent ee0cb47e34
commit 68588f5d72
5 changed files with 86 additions and 1 deletions

View File

@@ -21,6 +21,11 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
fenix = {
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =