Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brsvh/mogan2nix
https://github.com/brsvh/mogan2nix
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brsvh/mogan2nix
- Owner: brsvh
- License: mit
- Created: 2024-03-29T03:36:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-02T08:30:10.000Z (9 months ago)
- Last Synced: 2024-04-02T09:46:10.902Z (9 months ago)
- Language: Nix
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# mogan2nix
Provisional, experimental Mogan STEM Suite release/pre-release packaging.
## Software to be packaged
- [ ] Mogan Research `mogan-research`
- [ ] Mogan Code `mogan-code`
- [ ] Mogan Beamer `mogan-beamer`As dependencies:
- [ ] Lolly (a library for GNU TeXmacs) `lolly`.
- [x] s7 Scheme `s7`## Testing
> [!NOTE]
> Make sure you are using NixOS unstable.### Flakes
Just add this repo to your flake inputs.
### No flakes
Add this repo as a channel, then include `` in your imports list. Adding the repo as a channel can be done with e.g.
``` shell
sudo nix-channel --add https://github.com/brsvh/mogan2nix/archive/main.tar.gz mogan2nix
sudo nix-channel --update mogan2nix
```