From c0ba4376c984d7ac22ee2c9cca3f4f3a0bc94169 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Tue, 2 Dec 2025 19:31:49 +0300 Subject: [PATCH 1/2] flake: bump inputs Signed-off-by: NotAShelf Change-Id: I45ad34bd90540c7e11225ae904b56e436a6a6964 --- flake.lock | Bin 9721 -> 9721 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/flake.lock b/flake.lock index 76c6929e64f5dbd4de538717d405aa63984bb730..09c490d13023e2fc152d98776c43a1e1e665f493 100644 GIT binary patch delta 356 zcmXBPOHRT-7y#hNq6=e86e0`b!e}B1F%0wiXEr8COQ9_&0wU}>eV`C4Vk(4dbnAj6 zXxQl~Jb@?h0PG}qf-m37UfJ*7p2iViQcSi|M|mE-z^GQ~7_4wpqh`wl$F!fCtqL_~ z)!wiiih48dm9P$8^08;;z?T>W2!SgxXP6Q}C!Z&GtN=aWNf4QQx@|YwI9cq-M6pKUEU&mNxnSQ1Z#E^|Q=MLmZ6B6x@ep$v#% RN}|9IxwrP68PL1B!ELZmPjMiWek+4(kq{P9YcK-MVrC*NuwEV$ QfUQz&ncJ9u7EU(*0A}B7i~s-t From f83f0b563296454f2d0676c20c022ca3b41dd8d6 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Tue, 2 Dec 2025 19:37:59 +0300 Subject: [PATCH 2/2] docs: minor improvements to project README Signed-off-by: NotAShelf Change-Id: Ic6f07cfcb59f1d2b08bfd4703a0c4fd26a6a6964 --- README.md | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index becc24e..540e812 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,17 @@ # 🌙 nyxexprs -Welcome to nyxexprs! This is my personal package overlay, for derivations I use -from time to time when they do not fit my "monorepo" use case. This repository -holds things I've packages, as well as derivations and a binary cache for most -of my personal projects. It also contains packages and modules I've refactored -out of my personal NixOS configuration, Nyx (hence the name "nyxexprs.") +[Nyx]: https://github.com/notashelf/nyx -Kept up to date with Github workflows and npins. Contributions welcome. +Welcome to Nyxexprs! This is my personal package collection and overlay, for +derivations I use from time to time when they do not fit my "monorepo" use case +in [Nyx]. This repository holds things I've packaged, which is primarily +packages not available in Nixpkgs or Git versions of packages with the added +convenience of a binary cache. It also contains packages and modules I've +refactored out of my personal NixOS configuration, [Nyx] (hence the name +"nyxexprs.") + +Kept up to date with Github workflows and npins. Contributions, in the form of +Pull Requests or patches welcome. ## Usage @@ -22,8 +27,7 @@ overlay is also provided through [flake-parts](https://flake.parts)' { inputs = { # Your Nixpkgs input - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; - + nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable"; # Add an input as such. Do NOT add the "follows" line (a typical flakes # pattern) if you intend to use the binary cache. @@ -43,12 +47,10 @@ Then get the package you need directly from inputs ... }: { # For this to be valid, you need `inputs` in the argset above and nyxexprs - # to be in your `inputs`, as demonstrated in the flake.nix example + # to be in your `inputs`, as demonstrated in the flake.nix example. You + # will also need `inputs` to be in your `nixosSystem` call's `specialArgs` + # or else you will not be able to access `inputs` in your modules. environment.systemPackages = [ - # `pkgs.stdenv.hostPlatform.system` is an explicit way of replacing - # `pkgs.system`. It is especially important on systems with aliases - # disabled in their nixpkgs config. Nixpkgs also likes enjoying changing - # things around every once in a while, so being explicit is good. inputs.nyxexprs.packages.${pkgs.stdenv.hostPlatform.system}.tempus # example ]; } @@ -124,5 +126,5 @@ packages missing in Cachix. ## 📜 License -This repository (Nix codee, patches, etc.) is released under EUPL v1.2. Please -see the [license file](./LICENSE) for more details. +This repository (Nix derivations, patches, etc.) is released under EUPL v1.2. +Please see the [license file](./LICENSE) for more details.