https://github.com/tfc/vpp-flake
https://github.com/tfc/vpp-flake
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tfc/vpp-flake
- Owner: tfc
- Created: 2022-03-10T07:54:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T08:39:30.000Z (over 3 years ago)
- Last Synced: 2025-01-13T16:47:48.395Z (over 1 year ago)
- Language: Nix
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VPP nix flake
This flake provides the VPP package from https://wiki.fd.io/view/VPP
## Building
In order to build the standard flake, run:
```sh
$ nix build github:tfc/vpp-flake
```
This repo does not need to be checked out for this.
The build can be omitted by using cachix with the cache that is used by this
repo's CI:
```sh
# run this before doing the build step
$ cachix use tfc
```