diff options
author | Franz Geffke <franz@pantherx.org> | 2023-11-06 20:08:14 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2023-11-06 20:08:14 +0000 |
commit | 47b4c9c854915df93893dbaa993accfacf9027fe (patch) | |
tree | 4f9b1742d63fcfbc94cc6b8d84f76c4d00c3a0b7 /README.md | |
parent | 0b426d7b7ed8e176bf464ef9e0683f74a6c9d20f (diff) |
rewrite: apply guix-reference formatting; cleanup some module imports
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -38,6 +38,12 @@ $ export GUIX_PACKAGE_PATH=/root/panther $ guix package -i packagename ``` +Format and lint the file before commit: + +```bash +guix style --whole-file px/packages/tools.scm +``` + ### Automatically Publish Source Code 1. Creates archive of your repository @@ -63,7 +69,6 @@ Add a new file `.gitlab-ci.yml` with the following contents: # GitLab provided templates include: - template: SAST.gitlab-ci.yml - - template: Code-Quality.gitlab-ci.yml - template: License-Scanning.gitlab-ci.yml # Git submodules |