Skip to content
Snippets Groups Projects
project.nix 394 B
Newer Older
  • Learn to ignore specific revisions
  • Volker Schukai's avatar
    Volker Schukai committed
    {
      name = "Bob";
      mnemonic = "bob";
      description = "The HTML and HTML fragment builder.";
      supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"];
      compileForSystems = ["linux/arm64" "linux/amd64" "darwin/amd64" "windows/amd64"];
      modulePath = "gitlab.schukai.com/oss/bob";
    
    Volker Schukai's avatar
    Volker Schukai committed
      version = "0.5.8"; ## do not change this line; it will be updated automatically
    
    Volker Schukai's avatar
    Volker Schukai committed
    }