https://github.com/welteki/inlets-nix
Install inlets using Nix
https://github.com/welteki/inlets-nix
inlets inletsdev nix
Last synced: 3 months ago
JSON representation
Install inlets using Nix
- Host: GitHub
- URL: https://github.com/welteki/inlets-nix
- Owner: welteki
- License: mit
- Created: 2021-05-29T15:21:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T23:41:25.000Z (5 months ago)
- Last Synced: 2025-02-23T06:03:37.945Z (3 months ago)
- Topics: inlets, inletsdev, nix
- Language: Nix
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[inlets](https://github.com/inlets/inlets) packaged with Nix.
**Nix Shell**
A nix-shell will temporarily modify your $PATH environment variable. This can be used to try a piece of software before deciding to permanently install it.```sh
$ nix shell github:welteki/inlets-nix
```**Nix Profile**
Using `nix profile` permanently modifies a local profile of installed packages. This must be updated and maintained by the user in the same way as with a traditional package manager, foregoing many of the benefits that make Nix uniquely powerful. Using `nix shell` or a NixOS configuration is recommended instead.```sh
$ nix profile install github:welteki/inlets-nix
```