Skip to content
Snippets Groups Projects
Select Git revision
  • d38a89299acad4e23a0c09e2190dbcde7a0114c5
  • master default protected
  • v1.23.2
  • v1.23.1
  • v1.23.0
  • v1.22.0
  • v1.21.1
  • v1.21.0
  • v1.20.3
  • v1.20.2
  • v1.20.1
  • v1.20.0
  • v1.19.4
  • v1.19.3
  • v1.19.2
  • v1.19.1
  • v1.19.0
  • v1.18.2
  • v1.18.1
  • v1.18.0
  • v1.17.0
  • v1.16.1
22 results

devenv.nix

Blame
  • project.nix 585 B
    {
      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
    }