https://github.com/frontear/code2nix
A simple python script that parses and produces a declarative nix expression for your vscode extensions
https://github.com/frontear/code2nix
Last synced: 28 days ago
JSON representation
A simple python script that parses and produces a declarative nix expression for your vscode extensions
- Host: GitHub
- URL: https://github.com/frontear/code2nix
- Owner: Frontear
- License: gpl-3.0
- Created: 2024-05-21T19:25:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T13:35:24.000Z (over 1 year ago)
- Last Synced: 2025-01-26T11:26:41.361Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# code2nix
Convert [VSCode](https://code.visualstudio.com) extensions into a declarative [Nix](https://github.com/NixOS/nix) expression, useful for [NixOS](https://github.com/NixOS/nixpkgs) and/or [home-manager](https://github.com/nix-community/home-manager) configurations.
## License
This project is licensed under the GNU GPL v3 License.