Refactor custom packages

This commit is contained in:
Oliver Davies 2025-01-19 13:49:10 +00:00
parent e04bededf3
commit a7430169e9
16 changed files with 58 additions and 42 deletions

View file

@ -1,17 +1,19 @@
{ pkgs, ... }:
pkgs.stdenv.mkDerivation rec {
with pkgs;
stdenv.mkDerivation {
pname = "tmux-sessonizer";
version = "0.1.0";
src = pkgs.fetchFromGitHub {
src = fetchFromGitHub {
owner = "theprimeagen";
repo = "tmux-sessionizer";
rev = "master";
sha256 = "bZXt9TyMU1Ed/WR0/ahMQ4oyIi6yXLKnXKYPPNBt/s4=";
};
buildInputs = with pkgs; [
buildInputs = [
bash
fzf
tmux