Skip to content

holly-hacker/nixpkgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repo holds a nix-channel with some packages I need but don't want to maintain.

Notable packages:

Usage example

shell.nix

{ pkgs ? import <nixpkgs> {} }:

let
  holly-pkgs = import (fetchTarball "https://github.com/holly-hacker/nixpkgs/archive/32408c2193dc217a03fcdafca842722027eba911.tar.gz") { };
in pkgs.mkShell {
  packages = [
    holly-pkgs.tweego
    holly-pkgs.sugarcube
  ];

  shellHook = "export TWEEGO_PATH=${holly-pkgs.sugarcube}/lib/";
}

About

A nix channel with packages I may need

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages