mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2026-01-16 15:30:51 +00:00
Compare commits
No commits in common. "bf5472bd2c9bd0b623f7daecbf2bf97a206067e0" and "f3118f6316c3152061e1ce450dfd0004bb3a6c3b" have entirely different histories.
bf5472bd2c
...
f3118f6316
3 changed files with 11 additions and 30 deletions
36
README.md
36
README.md
|
|
@ -1,21 +1,17 @@
|
||||||
# 🌙 nyxexprs
|
# 🌙 nyxexprs
|
||||||
|
|
||||||
[Nyx]: https://github.com/notashelf/nyx
|
[Nyx]: https://github.com/notashelf/nyx
|
||||||
[Flint]: https://github.com/notashelf/flint
|
|
||||||
|
|
||||||
Welcome to Nyxexprs! This is my personal package collection and overlay
|
Welcome to Nyxexprs! This is my personal package collection and overlay, for
|
||||||
containing things that I cannot exactly upstream to Nixpkgs, or sometimes the
|
derivations I use from time to time when they do not fit my "monorepo" use case
|
||||||
things I just don't feel like contributing. This has been extracted from my
|
in [Nyx]. This repository holds things I've packaged, which is primarily
|
||||||
personal monorepo, which is my NixOS configuration, for the sake providing a
|
packages not available in Nixpkgs or Git versions of packages with the added
|
||||||
public cache for my software and a centralized packaging solution to things I
|
convenience of a binary cache. It also contains packages and modules I've
|
||||||
have created or felt like packaging. It also contains packages I've refactored
|
refactored out of my personal NixOS configuration, [Nyx] (hence the name
|
||||||
out of my personal NixOS configuration, [Nyx] (hence the name "nyxexprs.")
|
"nyxexprs.")
|
||||||
|
|
||||||
> [!NOTE]
|
Kept up to date with Github workflows and npins. Contributions, in the form of
|
||||||
> This repository is kept up to date with GitHub workflows, and npins for
|
Pull Requests or patches welcome.
|
||||||
> tracking most dependencies. Flakes are used to "re-export" other flakes with a
|
|
||||||
> unified Nixpkgs. Duplicates are detected via [Flint], which is packaged here
|
|
||||||
> :)
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
@ -130,15 +126,5 @@ packages missing in Cachix.
|
||||||
|
|
||||||
## 📜 License
|
## 📜 License
|
||||||
|
|
||||||
<!-- markdownlint-disable MD059 -->
|
This repository (Nix derivations, patches, etc.) is released under EUPL v1.2.
|
||||||
|
Please see the [license file](./LICENSE) for more details.
|
||||||
[here]: https://interoperable-europe.ec.europa.eu/sites/default/files/custom-page/attachment/eupl_v1.2_en.pdf
|
|
||||||
|
|
||||||
This project is made available under European Union Public Licence (EUPL)
|
|
||||||
version 1.2. See [LICENSE](LICENSE) for more details on the exact conditions. An
|
|
||||||
online copy is provided [here].
|
|
||||||
|
|
||||||
Everything in this repository, including derivations and patches, are licensed
|
|
||||||
under the EUPL v1.2 license **only**.
|
|
||||||
|
|
||||||
<!-- markdownlint-enable MD059 -->
|
|
||||||
|
|
|
||||||
BIN
flake.lock
generated
BIN
flake.lock
generated
Binary file not shown.
|
|
@ -207,11 +207,6 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
microfetch = {
|
|
||||||
url = "github:notashelf/microfetch";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
# 3rd party flakes that I want to extract packages from
|
# 3rd party flakes that I want to extract packages from
|
||||||
wiremix = {
|
wiremix = {
|
||||||
url = "github:tsowell/wiremix";
|
url = "github:tsowell/wiremix";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue