init
Some checks failed
tests / build (14.x) (push) Failing after 3m45s

This commit is contained in:
2025-09-05 18:39:49 +02:00
commit b343de3014
190 changed files with 42779 additions and 0 deletions

17
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,17 @@
image: nixos/nix
variables:
# The repo name as used in
# https://github.com/nix-community/NUR/blob/master/repos.json
NUR_REPO: "onny"
NIXOS_VERSION: "24.05"
pages:
script:
- mkdir public
- ls | grep -v public | xargs cp -r -t public
artifacts:
paths:
- ./public
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH