lint checks, formatting, update statix url
This commit is contained in:
parent
1735ec5594
commit
6754eed1d8
7 changed files with 36 additions and 43 deletions
|
@ -1,4 +1,3 @@
|
|||
{ ... }:
|
||||
{
|
||||
config.editorconfig = {
|
||||
enable = true;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{ ... }:
|
||||
{
|
||||
config.programs.git = {
|
||||
enable = true;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{ ... }:
|
||||
{
|
||||
config.programs.ssh = {
|
||||
enable = true;
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
my-direnvallow = "echo \"use nix\" > .envrc && direnv allow";
|
||||
my-ip4 = "ip addr show | grep 192";
|
||||
deadnix = "nix run github:astro/deadnix -- ";
|
||||
statix = "nix run git+https://git.peppe.rs/languages/statix -- ";
|
||||
statix = "nix run github:oppiliappan/statix -- ";
|
||||
};
|
||||
|
||||
history = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue