Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/triton/triton
Triton Operating System
https://github.com/triton/triton
atomic atomic-updates declarative-language linux linux-distribution nix nixos nixpkgs operating-system packages systemd triton
Last synced: 4 months ago
JSON representation
Triton Operating System
- Host: GitHub
- URL: https://github.com/triton/triton
- Owner: triton
- License: mit
- Created: 2015-06-02T16:41:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T19:05:55.000Z (over 2 years ago)
- Last Synced: 2024-09-28T09:20:33.521Z (4 months ago)
- Topics: atomic, atomic-updates, declarative-language, linux, linux-distribution, nix, nixos, nixpkgs, operating-system, packages, systemd, triton
- Language: Nix
- Homepage:
- Size: 285 MB
- Stars: 62
- Watchers: 12
- Forks: 9
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
Triton
======Triton is a collection of packages for the [Nix](https://nixos.org/nix/) package
manager.[Triton](https://nixos.org/nixos/) linux distribution source code is located inside the
`nixos/` folder.##### Discussion Channels
* [Matrix](https://matrix.org) Community: `+triton:matrix.org`[Documentation](https://triton.github.io/triton/)
##### Legacy Documentation
* [NixOS installation instructions](https://nixos.org/nixos/manual/#ch-installation)
* [Documentation (Nix Expression Language chapter)](https://nixos.org/nix/manual/#ch-expression-language)
* [Manual (How to write packages for Nix)](https://nixos.org/nixpkgs/manual/)
* [Manual (NixOS)](https://nixos.org/nixos/manual/)
* [Nix Wiki](https://nixos.org/wiki/)##### Supported Platforms `(not all platforms implemented)`
+ `ARM` requires: `NEON`, `VFPv3+` (aka. armv7+)
* `armv7l-linux` WIP
* `armv8l-linux` WIP
* `aarch64-linux` WIP
+ `x86` requires: `MMX`,`SSE`,`SSE2`,`SSE3`,`SSSE3`,`SSE4`,`SSE4.1`,`SSE4.2`,`AES`
(aka. at least Intel Westmere, AMD 15h, or VIA Eden x4)
* `i686-linux` (libs only)
* `x86_64-linux`
+ `POWER` requires: POWER8+
* `powerpc64le-linux` Incomplete