nixide/rust/nci.nix
Robert Hensing a4bdbe5618 feat: Rust skeleton
(cherry picked from commit 41a09289cda3137f96c69c69c924af34f0e64865)
2025-09-30 17:57:50 +02:00

6 lines
146 B
Nix

{
perSystem = { pkgs, config, ... }: {
# https://flake.parts/options/nix-cargo-integration
nci.projects.nix-bindings.path = ./.;
};
}