Skip to content

Releases: AppleGamer22/cocainate

v1.1.4

21 Oct 10:07
v1.1.4
f942225
Compare
Choose a tag to compare

Changelog

Other work

Installation

Nix Flakes

{
  inputs = {
    # or your preferred NixOS channel
    nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
    applegamer22.url = "github:AppleGamer22/nur";
  };
  outputs = { nixpkgs }: {
    nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
      specialArgs = {
        pkgs = import nixpkgs {
          # ...
          overlays = [
            (final: prev: {
              # ...
              ag22 = applegamer22.packages."<your_system>";
            })
          ];
        };
      };
      modules = [
        # or in a separate Nix file
        ({ pkgs, ... }: {
          programs.nix-ld.enable = true;
          environment.systemPackages = with pkgs; [
            ag22.cocainate
          ];
        })
        # ...
      ];
    };
  };
}

Arch Linux Distributions

yay -S cocainate-bin
paru -S cocainate-bin

macOS

brew install AppleGamer22/tap/cocainate

v1.1.3

21 Oct 09:26
v1.1.3
8569606
Compare
Choose a tag to compare

Changelog

Other work

Installation

Arch Linux Distributions

yay -S cocainate-bin
paru -S cocainate-bin

macOS

brew install AppleGamer22/tap/cocainate

v1.1.2

20 Oct 09:51
v1.1.2
f1f21c6
Compare
Choose a tag to compare

Changelog

Other work

Installation

Arch Linux Distributions

yay -S cocainate-bin
paru -S cocainate-bin

macOS

brew install AppleGamer22/tap/cocainate

v1.1.1

20 Oct 09:44
v1.1.1
38cec48
Compare
Choose a tag to compare

Changelog

Other work

Installation

Arch Linux Distributions

yay -S cocainate-bin
paru -S cocainate-bin

macOS

brew install AppleGamer22/tap/cocainate

v1.1

13 Apr 04:10
v1.1
753f785
Compare
Choose a tag to compare

Changelog

Other work

Installation

Arch Linux Distributions

yay -S cocainate-bin
paru -S cocainate-bin

macOS

brew install AppleGamer22/tap/cocainate

v1.0.20

23 Jan 04:32
v1.0.20
1b3b3de
Compare
Choose a tag to compare

Changelog

New Features

Other work

Installation

Arch Linux Distributions

yay -S cocainate-bin
paru -S cocainate-bin

macOS

brew install AppleGamer22/tap/cocainate

v1.0.19

05 Nov 10:23
v1.0.19
add2f68
Compare
Choose a tag to compare

Changelog

Other work

Installation

Arch Linux Distributions

yay -S cocainate-bin
paru -S cocainate-bin

macOS

brew install AppleGamer22/tap/cocainate

v1.0.18

11 Jul 04:13
v1.0.18
d74e35a
Compare
Choose a tag to compare

Changelog

Other work

Installation

Arch Linux Distributions

yay -S cocainate-bin
paru -S cocainate-bin

macOS

brew install AppleGamer22/tap/cocainate

v1.0.17

11 Jul 04:08
v1.0.17
e5060ad
Compare
Choose a tag to compare

Changelog

Other work

Installation

Arch Linux Distributions

yay -S cocainate-bin
paru -S cocainate-bin

macOS

brew install AppleGamer22/tap/cocainate

v1.0.16

21 Jun 05:58
v1.0.16
0724142
Compare
Choose a tag to compare

Changelog

New Features

Other work

Installation

Arch Linux Distributions

yay -S cocainate-bin
paru -S cocainate-bin

macOS

brew install AppleGamer22/tap/cocainate