https://github.com/karitham/knixpkgs
my nix packages
https://github.com/karitham/knixpkgs
Last synced: 12 months ago
JSON representation
my nix packages
- Host: GitHub
- URL: https://github.com/karitham/knixpkgs
- Owner: karitham
- Created: 2024-01-19T10:42:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-19T09:19:22.000Z (about 1 year ago)
- Last Synced: 2025-05-19T10:33:01.731Z (about 1 year ago)
- Language: Nix
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# knixpkgs
## Usage as a flake
[](https://flakehub.com/flake/Karitham/knixpkgs)
Add knixpkgs to your `flake.nix`:
```nix
{
inputs.knixpkgs.url = "https://flakehub.com/f/Karitham/knixpkgs/*.tar.gz";
outputs = { self, knixpkgs }: {
# Use in your outputs
};
}
```