Skip to content
Snippets Groups Projects
Verified Commit 6f8e6b6b authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: README

parent a1115264
No related branches found
No related tags found
No related merge requests found
Pipeline #26130 failed
...@@ -25,6 +25,32 @@ using the [nix package manager](https://nixos.org/). ...@@ -25,6 +25,32 @@ using the [nix package manager](https://nixos.org/).
nix build nix build
``` ```
#### Devenv.nix
If you have devenv.nix in use, you can add bob to the `devenv.yaml`.
```yaml
inputs:
nixpkgs:
url: github:nixos/nixpkgs/nixos-23.11
bob:
url: git+https://gitlab.schukai.com/oss/bob.git
flake: true
```
In the `devenv.nix` file, you must then add bob under packages.
```nix
packages = [
inputs.bob.defaultPackage."${builtins.currentSystem}"
];
```
## Usage ## Usage
### Template ### Template
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment