chore: add readme

This commit is contained in:
Philipp Hochkamp 2022-04-12 01:45:48 +02:00
parent d2748133d5
commit 5a8184351a
3 changed files with 11 additions and 1 deletions

View file

@ -2,7 +2,7 @@
name: "Update lock file"
on:
schedule:
- cron: "0 */6 * * *"
- cron: "0 6 * * *"
workflow_dispatch:
jobs:
tests:

4
README.md Normal file
View file

@ -0,0 +1,4 @@
# my nixos/nix-darwin configs
### 2022-04-12 repository layout was changed completely, the old layout is in https://github.com/thexyno/nixos-config/tree/oldmain

6
lefthook.yml Normal file
View file

@ -0,0 +1,6 @@
pre-commit:
parallel: false
commands:
01_nixfmt:
glob: "*.nix"
run: nixpkgs-fmt {staged_files} && git add {staged_files}