{"id":23739265,"url":"https://github.com/NixOS/nix-idea","last_synced_at":"2025-09-04T14:32:59.115Z","repository":{"id":10997737,"uuid":"67685297","full_name":"NixOS/nix-idea","owner":"NixOS","description":"Nix plugin for the IntelliJ IDEA IDE","archived":false,"fork":false,"pushed_at":"2025-08-20T15:43:35.000Z","size":997,"stargazers_count":198,"open_issues_count":14,"forks_count":30,"subscribers_count":45,"default_branch":"master","last_synced_at":"2025-08-20T17:47:03.888Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NixOS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"open_collective":"nixos"}},"created_at":"2016-09-08T08:44:59.000Z","updated_at":"2025-08-20T15:43:39.000Z","dependencies_parsed_at":"2023-09-24T05:17:43.434Z","dependency_job_id":"c3f878e0-f15e-4be0-9b6c-dae4ee3ef83c","html_url":"https://github.com/NixOS/nix-idea","commit_stats":{"total_commits":216,"total_committers":14,"mean_commits":"15.428571428571429","dds":"0.34259259259259256","last_synced_commit":"2384013f2699339c985e78f531b2139beb000744"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/NixOS/nix-idea","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NixOS%2Fnix-idea","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NixOS%2Fnix-idea/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NixOS%2Fnix-idea/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NixOS%2Fnix-idea/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NixOS","download_url":"https://codeload.github.com/NixOS/nix-idea/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NixOS%2Fnix-idea/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273621875,"owners_count":25138745,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-12-31T09:36:43.177Z","updated_at":"2025-09-04T14:32:59.104Z","avatar_url":"https://github.com/NixOS.png","language":"Java","funding_links":["https://opencollective.com/nixos"],"categories":["Java","Editors and IDEs","others"],"sub_categories":[],"readme":"# NixIDEA - A Nix language plugin for IntelliJ IDEA\n\n[![Build Status](https://github.com/NixOS/nix-idea/actions/workflows/build-main-branch.yml/badge.svg)][build-status]\n[![Version](https://img.shields.io/jetbrains/plugin/v/nix-idea)][marketplace]\n\n\u003c!-- Plugin description --\u003e\n\nThis plugin has the goal of being generally useful when working with nixpkgs/NixOS/nixops.\nIt currently adds support for the Nix language.\nThe following features are available:\n\n *  Syntax Highlighting\n *  Real time detection of syntax errors\n\nWe would also like to provide additional support for Nix/NixOS/NixOps,\nbut the following features are currently **not implemented**:\n\n *  Linting, code completion, formatting\n *  Profile management\n *  Run configurations\n *  Templates for common usage patterns\n\n\u003c!-- Plugin description end --\u003e\n\n## Install\n\n### From JetBrains marketplace\n\nThe plugin can be found at the Jetbrains plugin repository as\n[NixIDEA][marketplace].\n\n *  Goto **File \u003e Settings \u003e Plugins \u003e Marketplace**\n *  Type **NixIDEA** into the search bar\n *  Click **Install**\n\n### From ZIP file\n\nYou can also install the plugin from a ZIP file.\n\n *  Goto **File \u003e Settings \u003e Plugins**\n *  Click onto the **wheel icon** on the top\n *  Choose **Install Plugin from Disk**\n\nYou can find corresponding ZIP files [on GitHub][releases] or build them\nyourself as described below.\n\n## Build\n\n### Build preparation\n\nFollow the following steps before you build the project the first time.\n\n *  Clone the repository\n *  Ensure that you have a JDK for Java 17 or higher on your PATH\n *  Only on NixOS: Setup JetBrains Runtime (JBR) from `\u003cnixpkgs\u003e`\n    ```sh\n    nix-build '\u003cnixpkgs\u003e' -A jetbrains.jdk -o jbr\n    ```\n\n### Build execution\n\nAfter you have completed the preparation, you can build the plugin by\nrunning the `build` task in Gradle.\n\n```sh\n./gradlew build\n```\n\nYou should then find the plugin at\n`build/distributions/NixIDEA-\u003cversion\u003e.zip`.\n\n## Credits\n\nThe *Nix Snowflake* (logo of NixOS) is designed by Tim Cuthbertson (@timbertson).\nIt is made available under [CC-BY license](https://creativecommons.org/licenses/by/4.0/)\nat [NixOS/nixos-artwork](https://github.com/NixOS/nixos-artwork/tree/master/logo).\nThe variants used by this plugin may have been modified to comply with JetBrains' Guidelines.\n\n[build-status]:\n\u003chttps://github.com/NixOS/nix-idea/actions/workflows/build.yml?query=branch%3Amaster\u003e\n\"Latest builds at GitHub Actions\"\n[marketplace]:\n\u003chttps://plugins.jetbrains.com/plugin/8607-nixidea/\u003e\n\"NixIDEA on JetBrains Marketplace\"\n[releases]:\n\u003chttps://github.com/NixOS/nix-idea/releases\u003e\n\"Releases · NixOS/nix-idea\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNixOS%2Fnix-idea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNixOS%2Fnix-idea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNixOS%2Fnix-idea/lists"}