Watch
2
0
Fork
You've already forked nuschtpkgs
0
as much a fork as a spoon
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-17 22:16:05 +02:00
COPYING Initial Commit 2025-05-10 13:55:16 +02:00
README.md readme: add github mirror 2026-07-17 22:16:05 +02:00

NuschtOS / Nuschtpkgs

This is a Nixpkgs fork where we manually backport PRs that are relevant to us.

The following branches are available.

  • backports-26.05
  • backports-25.11
  • backports-25.05
  • backports-24.11
  • backports-24.05

The currently active branches get automatically rebased daily onto upstream.

Usage

This repo can be used as the nixpkgs input as follows, replace backports-26.05 with your desired branch name:

{
  inputs = {
    nixpkgs.url = "git+https://elbforge.org/NuschtOS/nuschtpkgs/?ref=backports-26.05&shallow=1";
  };
}

or

{
  inputs = {
    nixpkgs.url = "github:NuschtOS/nuschtpkgs/backports-26.05";
  };
}

Contact

For bugs and issues please open an issue in this repository.

If you want to chat about things or have ideas, feel free to join the Matrix chat.

License

Nixpkgs is licensed under the MIT License.

Note: MIT license does not apply to the packages built by Nixpkgs, merely to the files in this repository (the Nix expressions, build scripts, NixOS modules, etc.). It also might not apply to patches included in Nixpkgs, which may be derivative works of the packages to which they apply. The aforementioned artifacts are all covered by the licenses of the respective packages.