Bootstrap Studio icon

Bootstrap Studio 7.1.2

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