https://github.com/johnae/tektoncli-flake
A nix flake for the tekton cli tool
https://github.com/johnae/tektoncli-flake
Last synced: over 1 year ago
JSON representation
A nix flake for the tekton cli tool
- Host: GitHub
- URL: https://github.com/johnae/tektoncli-flake
- Owner: johnae
- Created: 2020-10-21T15:13:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T09:39:52.000Z (over 5 years ago)
- Last Synced: 2025-01-31T13:12:42.845Z (over 1 year ago)
- Language: Nix
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A Nix flake for the tekton cli
More info forthcoming but usage is what you'd expect. Just running tkn would require you to have [Nix](https://nixos.org) installed and configured with the still experimental flake support. In /etc/nix/nix.conf you'd need this line basically:
```
experimental-features = nix-command flakes ca-references
```
For that to work, you also need to use the ```nixUnstable``` package.