Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

jtojnar/nix-extrapkgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nix-extrapkgs

Build Status

A channel providing various derivations for NixOS that are, for one reason or another, unsuitable for the main nixpkgs channel.

You can add it by issuing the following commands:

nix-channel --add https://jtojnar.github.io/nix-extrapkgs/channel/nixexprs.tar.xz extrapkgs
nix-channel --update

Then, you will be able to use the derivations in your configuration.nix in the following way:

{ pkgs, ... }:
let
  extrapkgs = import <extrapkgs> {};
in {
  environment.systemPackages = with pkgs; [
    extrapkgs.hamster-gtk
  ];
}

List of packages

Acknowlegements

The initial Nix expression was based on Fully setting up a custom private nix repository, the archive generation comes from snabblab.

About

NixOS channel containing various nightly packages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors