treewide: formatting

This commit is contained in:
Nikodem Rabuliński 2024-07-19 22:31:06 +02:00
parent 497a28c5ab
commit fce605589e
2 changed files with 4 additions and 6 deletions

View file

@ -46,7 +46,9 @@
];
};
# Re-export it for convenience and for caching
packages = { inherit (inputs'.attic.packages) attic-client attic-server; };
packages = {
inherit (inputs'.attic.packages) attic-client attic-server;
};
formatter = pkgs.nixfmt-rfc-style;
};

View file

@ -1,11 +1,7 @@
{ inputs, ... }:
{
perSystem =
{
pkgs,
inputs',
...
}:
{ pkgs, inputs', ... }:
{
packages.conduit-next = pkgs.callPackage ./conduit {
src = inputs.conduit-src;