alejandra: fmt

This commit is contained in:
hand7s 2025-04-27 12:47:02 +03:00
parent 4132420034
commit 510e39c245
No known key found for this signature in database
199 changed files with 1030 additions and 1438 deletions

View file

@ -1,8 +1,5 @@
{
pkgs,
...
}: {
{pkgs, ...}: {
nix = {
package = pkgs.nixVersions.latest;
};
}
}

View file

@ -1,6 +1,4 @@
{
...
}: {
{...}: {
nix = {
settings = {
substituters = [
@ -17,5 +15,5 @@
"https://chaotic-nyx.cachix.org/"
];
};
};
};
}

View file

@ -1,6 +1,4 @@
{
...
}: {
{...}: {
nix = {
settings = {
trusted-public-keys = [
@ -16,5 +14,5 @@
"chaotic-nyx.cachix.org-1:HfnXSw4pj95iI/n17rIDy40agHj12WfF+Gqk6SonIT8="
];
};
};
};
}