Add nix derivation
This commit is contained in:
parent
0fc4c2ef0c
commit
fdbec31b6c
2 changed files with 20 additions and 0 deletions
|
@ -30,6 +30,9 @@
|
|||
pkgs.rustPlatform.bindgenHook
|
||||
];
|
||||
};
|
||||
packages = {
|
||||
default = pkgs.callPackage ./default.nix {};
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue