https://github.com/arup-group/archimate-headless-nix
A wrapper around archimate to run in headless environments
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.6%) to scientific vocabulary
Keywords
Repository
A wrapper around archimate to run in headless environments
Basic Info
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Archimate Headless Nix
A wrapper around Archimate to run in headless environments.
Usage
sh
nix run github:arup-group/archimate-headless-nix#archi
Flakes
```nix { inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; inputs.archimate-headless-nix.url = "github:arup-group/archimate-headless-nix";
# optionaly: set archimate-headless-nix to follow nixpkgs inputs.archimate-headless-nix.inputs.nixpkgs.follows = "nixpkgs";
outputs = { self, nixpkgs, archimate-headless-nix }:
let system = "x86_64-linux";
pkgs = import nixpkgs {
inherit system;
# add archimate-headless-nix to overlays
overlays = [ archimate-headless-nix.overlays.modifications ];
};
in
{ packages.x86_64-linux.archi = pkgs.archi; }; } ```
Owner
- Name: Arup
- Login: arup-group
- Kind: organization
- Email: media@arup.com
- Website: https://www.arup.com/
- Repositories: 168
- Profile: https://github.com/arup-group
We Shape a Better World
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0