From 1e072c717d12d39e9f2d65ce4674e101f167c239 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Thu, 9 Jan 2025 00:07:00 +0100 Subject: [PATCH] chore: restore project.nic --- project.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 project.nix diff --git a/project.nix b/project.nix new file mode 100644 index 0000000..2e156ed --- /dev/null +++ b/project.nix @@ -0,0 +1,10 @@ +{ + name = "ReqMan"; + mnemonic = "reqman"; + description = "ReqMan is a tool for managing requirements and test cases."; + supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"]; + compileForSystems = ["linux/arm64" "linux/amd64" "darwin/amd64" "windows/amd64"]; + modulePath = "https://gitlab.schukai.com/oss/utilities/requirements-manager"; + version = "0.1.1"; ## don't change this line, it is updated automatically by GitLab CI + vendorHash = "sha256-yrNWU9cVs9zIFqNuHzndRG8C6E3sm8v5UdzwwW4HheM="; ## this is updated automatically by update-hashes +} -- GitLab