Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zombiezen/inform-nix
Packaging of open-source Inform with Nix
https://github.com/zombiezen/inform-nix
inform7 nix nixpkgs
Last synced: 24 days ago
JSON representation
Packaging of open-source Inform with Nix
- Host: GitHub
- URL: https://github.com/zombiezen/inform-nix
- Owner: zombiezen
- License: mit
- Created: 2023-06-13T18:58:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-17T23:38:33.000Z (over 1 year ago)
- Last Synced: 2024-11-07T07:51:51.074Z (2 months ago)
- Topics: inform7, nix, nixpkgs
- Language: Nix
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inform Nix Flake
This is a packaging of [Inform][] with [Nix][].
The version available in nixpkgs predates the [open-sourcing of Inform][],
so it necessarily downloads binaries and packages them.
This packaging builds Inform from source.
I would like to upstream this to nixpkgs,
but I don't have the time to get the GUI derivation working.
I am publishing my efforts in the interest of someone helping upstream this.Try it out with:
```shell
nix run github:zombiezen/inform-nix -- -help
```[Inform]: https://ganelson.github.io/inform-website/
[Nix]: https://nixos.org/
[open-sourcing of Inform]: https://intfiction.org/t/inform-7-v10-1-0-is-now-open-source/55674## License
The flake is released as [MIT](./LICENSE), same as nixpkgs.
Inform itself is released under the [Artistic License 2.0][].[Artistic License 2.0]: https://github.com/ganelson/inform/blob/v10.1.2/LICENSE