Fix cs #25

Merged
dadada merged 2 commits from fix-cs into main 2022-11-01 19:38:55 +01:00
Showing only changes of commit bbb0b039fc - Show all commits

View file

@ -51,6 +51,6 @@
];
git.hooks = {
pre-push.text = "nix flake check";
pre-commit.text = "nix flake check";
};
})