An open API service indexing awesome lists of open source software.

https://github.com/bearddan2000/docker-desktop-nix-codeblocks-editor

A POC for nix package manager loading codeblocks editor.
https://github.com/bearddan2000/docker-desktop-nix-codeblocks-editor

codeblocks desktop docker editor gcc nix

Last synced: 6 months ago
JSON representation

A POC for nix package manager loading codeblocks editor.

Awesome Lists containing this project

README

          

# docker-desktop-nix-codeblocks-editor

## Description
A POC for nix package manager loading codeblocks editor.

This is a barebones installation no pluggins where added, except `gcc` compiler for c/c++.

In order to be able to get files out of the container one must add a volume to the docker run command.

ie. without a volume docker run --rm ... with a volume docker run --rm -v $(pwd):/app ...

## Tech stack
- nix
- codeblocks
- gcc

## Docker stack
- ubuntu:22.04

## To run
`sudo ./install.sh -u`

## To stop (optional)
`sudo ./install.sh -d`

## For help
`sudo ./install.sh -h`