feat(nix): add derivation

This commit is contained in:
uku 2024-10-30 13:16:52 +01:00
parent 14e38cb573
commit 15a46e05c0
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
3 changed files with 66 additions and 0 deletions

View file

@ -17,6 +17,8 @@
pkgs,
...
}: {
packages.default = pkgs.callPackage ./nix/derivation.nix {};
devShells.default = with pkgs;
mkShellNoCC {
buildInputs = [bun wrangler];