Skip to content

Commit

Permalink
Update repo URL in Nix Flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
bayasdev committed Feb 25, 2024
1 parent 69e78e5 commit 0a66637
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,21 +150,28 @@ Since [PEP668 adoption](https://www.linuxuprising.com/2023/03/next-debianubuntu-
If you're using Nix Flakes:

- Script could be executed using this command:

```sh
nix run github:ITesserakt/envycontrol -- <args>
nix run github:bayasdev/envycontrol -- <args>
```

- For system-wide installation, add this flake to inputs in your configuration:

```sh
inputs = {
# ...
envycontrol.url = github:ITesserakt/envycontrol
envycontrol.url = github:bayasdev/envycontrol
};
```

And mention it in the packages like this:

```sh
envycontrol.packages.x86_64-linux.default
```

Thanks to [@ITesserakt](https://github.com/ITesserakt) for adding initial NixOS support!

### From source

1. Clone this repository with `git clone https://github.com/bayasdev/envycontrol.git` or download the latest tarball from the releases page
Expand Down

0 comments on commit 0a66637

Please sign in to comment.