Skip to content

Commit c0a2285

Browse files
committed
format!
1 parent 783db77 commit c0a2285

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@
2727
];
2828
forEachSupportedSystem =
2929
f: nixpkgs.lib.genAttrs supportedSystems (system: f { pkgs = import nixpkgs { inherit system; }; });
30-
30+
3131
forEachSystem = nixpkgs.lib.genAttrs supportedSystems;
32-
3332

3433
system = "x86_64-linux";
3534
pkgs = import nixpkgs { inherit system; };

overlays/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{ ... }:
22
{
33
packages = final: _prev: import ../packages { pkgs = final; };
4-
}
4+
}

packages/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
plugins = [ "github.com/caddy-dns/cloudflare@v0.2.1" ];
55
hash = "sha256-UwrkarDwfb6u+WGwkAq+8c+nbsFt7sVdxVAV9av0DLo=";
66
};
7-
}
7+
}

0 commit comments

Comments
 (0)