migrate arma configs to module
This commit is contained in:
parent
83e62adf85
commit
69e69c2b7f
3 changed files with 78 additions and 30 deletions
8
packages/arma-scripts/default.nix
Normal file
8
packages/arma-scripts/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ fetchFromGitea }:
|
||||
fetchFromGitea {
|
||||
domain = "git.skdevstudios.com";
|
||||
owner = "SK-Development-Studios";
|
||||
repo = "ground-zero-conflict-configuration";
|
||||
rev = "v0.0.1";
|
||||
sha256 = "sha256-0CclaDqtZxt385I6lgOydOJwdh4HbtNQyQOhwl7hNcM=";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue