deno2nix
deno2nix copied to clipboard
Integrate Deno with Nix
rt. It gives a domain resolution error as it can't contact the network ``` error: builder for '/nix/store/ffhq33v63bqqs5lkqxkzfwdi6z3a66zc-ags-uno-compiler-0.1.0.drv' failed with exit code 1; last 10 log lines: > Check file:///build/ags/createUnoFile.js...
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 12 to 13. Release notes Sourced from cachix/cachix-action's releases. cachix-action-v13 run on node20 add skipAddingSubstituter to skip running cachix use Commits 6a2e08b Merge pull request #158 from...
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 22 to 24. Release notes Sourced from cachix/install-nix-action's releases. install-nix-action-v24 Nix 2.19.1 enables KVM on linux set TMPDIR to avoid potential disk space issues don't use the...
Revision: 53adb67 Flake snippet: ```nix packages.uploader = pkgs.deno2nix.mkExecutable { pname = "uploader"; version = self.rev; src = ./.; bin = "uploader"; lockfile = "./deno.lock"; config = "./deno.json"; entrypoint = "./uploader.ts";...
https://github.com/SnO2WMaN/deno2nix/issues/4#issuecomment-1241689268
It was planned but `deno compile` with npm modules not supported.
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
The README has some errors. I corrected it while getting the simple executable example working.