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

chore: integrate git-commit

parent e1fa3cef
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ In the `devenv.nix` file, you must then add bob under packages. ...@@ -44,7 +44,7 @@ In the `devenv.nix` file, you must then add bob under packages.
```nix ```nix
packages = [ packages = [
inputs.bob.defaultPackage."${builtins.currentSystem}" inputs.bob.packages."${builtins.currentSystem}".default
]; ];
``` ```
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
flake-root.url = "github:srid/flake-root"; flake-root.url = "github:srid/flake-root";
treefmt-nix.url = "github:numtide/treefmt-nix"; treefmt-nix.url = "github:numtide/treefmt-nix";
versionsTool.url = "git+https://gitlab.schukai.com/oss/utilities/version.git"; versionsTool.url = "git+https://gitlab.schukai.com/oss/utilities/version.git";
git-commit.url = "git+https://gitlab.schukai.com/schukai/entwicklung/nix-flakes#git-commit";
}; };
nixConfig = { nixConfig = {
...@@ -26,6 +27,7 @@ ...@@ -26,6 +27,7 @@
inputs.devenv.flakeModule inputs.devenv.flakeModule
inputs.flake-root.flakeModule inputs.flake-root.flakeModule
inputs.treefmt-nix.flakeModule inputs.treefmt-nix.flakeModule
inputs.git-commit.flakeModule
]; ];
systems = (import ./project.nix).supportedSystems; systems = (import ./project.nix).supportedSystems;
......
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