diff --git a/README.md b/README.md index d627624b48b8b1a6f34e0a2690dcbea80c1612b4..ecea7508e96adb80cf5cdb1e04e826de902ccc28 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,32 @@ using the [nix package manager](https://nixos.org/). 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 ### Template