Skip to content

CarlosMendonca/cliamp-flake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cliamp-flake

Nix flake for cliamp, a terminal music player by Bjarne Øverli.

Usage

Run without installing

nix run github:CarlosMendonca/cliamp-flake

Try in a temporary shell

nix shell github:CarlosMendonca/cliamp-flake
cliamp

Use in a NixOS or home-manager configuration

Add the flake as an input. To always follow the latest version:

inputs.cliamp.url = "github:CarlosMendonca/cliamp-flake";

To pin a specific version:

inputs.cliamp.url = "github:CarlosMendonca/cliamp-flake?ref=v1.21.4";

To reuse your existing nixpkgs instead of pulling in a separate one:

inputs.cliamp.inputs.nixpkgs.follows = "nixpkgs";

Then add the package:

environment.systemPackages = [ inputs.cliamp.packages.${system}.cliamp ];
# or in home-manager:
home.packages = [ inputs.cliamp.packages.${system}.cliamp ];

Build locally

git clone https://github.com/CarlosMendonca/cliamp-flake
cd cliamp-flake
nix build
./result/bin/cliamp

Current version

cliamp v1.35.1

About

Nix flake for bjarneo/cliamp

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages