diff --git a/project.nix b/project.nix new file mode 100644 index 0000000000000000000000000000000000000000..2e156eda9d238662847472a04d969ab8b3b5cc4b --- /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 +}