Skip to content

Commit dae6b81

Browse files
authored
chore: replace vic with denful (#13)
1 parent bae062d commit dae6b81

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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.
6969
Download 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

7575
Or 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
102102
can be used to drive input resolution, for example to use local
103103
checkout 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

Comments
 (0)