11<p align =" right " >
2- <a href =" https://dendritic.oeiuwq.com/sponsor " ><img src =" https://img.shields.io/badge/sponsor-vic -white?logo=githubsponsors&logoColor=white&labelColor=%23FF0000 " alt =" Sponsor Vic " />
2+ <a href =" https://dendritic.oeiuwq.com/sponsor " ><img src =" https://img.shields.io/badge/sponsor-denful -white?logo=githubsponsors&logoColor=white&labelColor=%23FF0000 " alt =" Sponsor Vic " />
33 </a >
4- <a href =" https://github.com/vic /with-inputs/releases " ><img src =" https://img.shields.io/github/v/release/vic /with-inputs?style=plastic&logo=github&color=purple " /></a >
4+ <a href =" https://github.com/denful /with-inputs/releases " ><img src =" https://img.shields.io/github/v/release/denful /with-inputs?style=plastic&logo=github&color=purple " /></a >
55 <a href =" https://dendritic.oeiuwq.com " > <img src =" https://img.shields.io/badge/Dendritic-Nix-informational?logo=nixos&logoColor=white " alt =" Dendritic Nix " /> </a >
6- <a href =" LICENSE " > <img src =" https://img.shields.io/github/license/vic /with-inputs " alt =" License " /> </a >
7- <a href =" https://github.com/vic /with-inputs/actions " >
8- <img src =" https://github.com/vic /with-inputs/actions/workflows/test.yml/badge.svg " alt =" CI Status " /> </a >
6+ <a href =" LICENSE " > <img src =" https://img.shields.io/github/license/denful /with-inputs " alt =" License " /> </a >
7+ <a href =" https://github.com/denful /with-inputs/actions " >
8+ <img src =" https://github.com/denful /with-inputs/actions/workflows/test.yml/badge.svg " alt =" CI Status " /> </a >
99</p >
1010
1111# with-inputs - A flake-inputs adapter for Nix projects that don't use ` flake.nix ` .
@@ -69,13 +69,13 @@ is used to bootstrap from each particular pinning tool.
6969Download our ` default.nix ` into your project ` ./with-inputs.nix ` .
7070
7171``` nix
72- curl https://raw.githubusercontent.com/vic /with-inputs/refs/heads/main/default.nix -o with-inputs.nix
72+ curl https://raw.githubusercontent.com/denful /with-inputs/refs/heads/main/default.nix -o with-inputs.nix
7373```
7474
7575Or use npins or ` builtins.fetchTarball ` with a fixed revision of it. [ ^ output-trick ]
7676
7777``` shell
78- npins add github vic with-inputs
78+ npins add github denful with-inputs
7979```
8080
8181``` nix
@@ -102,7 +102,7 @@ The second argument to `with-inputs` is an attribute set that
102102can be used to drive input resolution, for example to use local
103103checkout or to specify flake-like follows.
104104
105- See [tests.nix](./tests.nix) and [vic/vix:follows.nix](https://github.com/vic /vix/tree/unflake/follows.nix) for usage examples.
105+ See [tests.nix](./tests.nix) and [vic/vix:follows.nix](https://github.com/denful /vix/tree/unflake/follows.nix) for usage examples.
106106
107107```nix
108108{
0 commit comments