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