{"id":21659252,"url":"https://github.com/SnO2WMaN/deno2nix","last_synced_at":"2025-07-17T22:31:40.938Z","repository":{"id":52680152,"uuid":"504984125","full_name":"SnO2WMaN/deno2nix","owner":"SnO2WMaN","description":"Integrate Deno with Nix","archived":false,"fork":false,"pushed_at":"2023-12-04T03:54:48.000Z","size":36,"stargazers_count":53,"open_issues_count":15,"forks_count":20,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-04-16T04:38:57.517Z","etag":null,"topics":["deno","nix"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SnO2WMaN.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-19T01:10:12.000Z","updated_at":"2024-04-07T11:56:37.000Z","dependencies_parsed_at":"2023-02-13T15:01:55.119Z","dependency_job_id":null,"html_url":"https://github.com/SnO2WMaN/deno2nix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnO2WMaN%2Fdeno2nix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnO2WMaN%2Fdeno2nix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnO2WMaN%2Fdeno2nix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnO2WMaN%2Fdeno2nix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SnO2WMaN","download_url":"https://codeload.github.com/SnO2WMaN/deno2nix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226305661,"owners_count":17603857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deno","nix"],"created_at":"2024-11-25T09:30:43.925Z","updated_at":"2024-11-25T09:32:10.940Z","avatar_url":"https://github.com/SnO2WMaN.png","language":"Nix","funding_links":[],"categories":["Nix"],"sub_categories":[],"readme":"# deno2nix\n\n[Nix](https://nixos.org/) support for [Deno](https://deno.land)\n\n## Usage\n\nThere is a [sample project](/examples/simple).\n\n```nix\n{\n  inputs.deno2nix.url = \"github:SnO2WMaN/deno2nix\";\n  inputs.devshell.url = \"github:numtide/devshell\";\n \n  outputs = {\n    self,\n    nixpkgs,\n    flake-utils,\n    ...\n  } @ inputs:\n    flake-utils.lib.eachDefaultSystem (system: let\n      inherit (pkgs) deno2nix;\n      pkgs = import nixpkgs {\n        inherit system;\n        overlays = with inputs; [\n          devshell.overlay\n          deno2nix.overlays.default\n        ];\n      };\n    in {\n      packages.executable = deno2nix.mkExecutable {\n        pname = \"simple-executable\";\n        version = \"0.1.0\";\n      \n        src = ./.;\n        bin = \"simple\";\n      \n        entrypoint = \"./mod.ts\";\n        lockfile = \"./deno.lock\";\n        config = \"./deno.jsonc\";\n      \n        allow = {\n          all = true;\n        };\n      });\n    };\n}\n```\n\n## Thanks\n\n- [esselius/nix-deno](https://github.com/esselius/nix-deno)\n  - Original\n- [brecert/nix-deno](https://github.com/brecert/nix-deno)\n  - Fork of [esselius/nix-deno](https://github.com/esselius/nix-deno)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSnO2WMaN%2Fdeno2nix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSnO2WMaN%2Fdeno2nix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSnO2WMaN%2Fdeno2nix/lists"}