Skip to content

Random assortment of nix flakes that are not (yet) in nixpkgs. This is a mirror.

License

Notifications You must be signed in to change notification settings

Chiheisen/my-nixflakes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nix flakes

Some random programs that are not in nixpkgs (or in the process of being added).

Usage

Flakes:

# flake.nix
inputs = {
    # ... your other inputs
    chiheisen.url = "git+https://git.sr.ht/~chiheisen/my-nix";
    chiheisen.inputs.nixpkgs.follows = "nixpkgs";
}

Adding packages:

# in environment.systemPackages, home.packages or similar
    inputs.chiheisen.packages."${system}".<pkg>;

About

Random assortment of nix flakes that are not (yet) in nixpkgs. This is a mirror.

Topics

Resources

License

Stars

Watchers

Forks

Languages