feat(nix): add derivation
This commit is contained in:
parent
14e38cb573
commit
15a46e05c0
3 changed files with 66 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
packages.default = pkgs.callPackage ./nix/derivation.nix {};
|
||||
|
||||
devShells.default = with pkgs;
|
||||
mkShellNoCC {
|
||||
buildInputs = [bun wrangler];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue