Bootstrap Studio icon

Bootstrap Studio 8.0.1

Design and prototype websites using the Bootstrap framework

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    bootstrap-studio # Bootstrap Studio
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    bootstrap-studio # Bootstrap Studio
  ];
}

Package Definition

{
  "pname": "bootstrap-studio",
  "version": "8.0.1",
  "src": {
    "url": "https://releases.bootstrapstudio.io/8.0.1/Bootstrap%20Studio%20(arm64).dmg",
    "sha256": "7a8fe9122381fb2dbc137dc0d8d34a318645a2e11fb710c3625642911cc5d544"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Bootstrap Studio.app\" && cp -r \"Bootstrap Studio.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Design and prototype websites using the Bootstrap framework",
    "homepage": "https://bootstrapstudio.io/"
  }
}