1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

docs: update readme

This commit is contained in:
oddlama 2024-01-04 22:13:13 +01:00
parent 7d1e022b3e
commit e1231f8da1
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 35 additions and 140 deletions

View file

@ -200,9 +200,6 @@
.${system};
};
# `nix run .#<app>`
apps = import ./apps inputs system;
# `nix flake check`
checks.pre-commit-hooks = pre-commit-hooks.lib.${system}.run {
src = cleanSource ./.;