version 0.1.0

- add nixosModules config part to readme
- cleanup
- add version tag 0.1.0

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2024-07-12 21:48:00 +02:00
parent e860cf24f1
commit f40359baec
5 changed files with 55 additions and 25 deletions

View File

@@ -6,15 +6,6 @@ in {
# https://devenv.sh/packages/
packages = [ pkgs.file pkgs.swig4 pkgs.openssl ];
# https://devenv.sh/tests/
# enterTest = ''
# echo "Running tests"
# git --version | grep "2.42.0"
# '';
# https://devenv.sh/services/
# services.postgres.enable = true;
# https://devenv.sh/languages/
languages.nix.enable = true;
languages.python = {
@@ -42,9 +33,4 @@ in {
detect-private-keys.excludes = [ "tests/" ];
};
# https://devenv.sh/processes/
# processes.ping.exec = "ping example.com";
# See full reference at https://devenv.sh/reference/options/
}