Bootstrap Studio icon

Bootstrap Studio 7.1.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": "7.1.1",
  "src": {
    "url": "https://releases.bootstrapstudio.io/7.1.1/Bootstrap%20Studio%20(arm64).dmg",
    "sha256": "8a0138227c1080ded7be7c569a2cdf995e64aa2ae9dc541bbf2d5c82c8a5c286"
  },
  "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/"
  }
}