lib: initial commit, start of custom lib
This commit is contained in:
parent
a83fe448d9
commit
f4373bac52
9 changed files with 102 additions and 71 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
{inputs, ...}: {
|
||||
imports = [inputs.treefmt-nix.flakeModule];
|
||||
perSystem = {
|
||||
config,
|
||||
pkgs,
|
||||
|
@ -15,7 +16,7 @@
|
|||
programs = {
|
||||
alejandra.enable = true;
|
||||
|
||||
shellcheck.enable = true; # cannot be configured, errors on basic bash convention
|
||||
shellcheck.enable = true;
|
||||
|
||||
prettier = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue