treewide: formatting
This commit is contained in:
parent
497a28c5ab
commit
fce605589e
2 changed files with 4 additions and 6 deletions
|
@ -46,7 +46,9 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# Re-export it for convenience and for caching
|
# 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;
|
formatter = pkgs.nixfmt-rfc-style;
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
{ inputs, ... }:
|
{ inputs, ... }:
|
||||||
{
|
{
|
||||||
perSystem =
|
perSystem =
|
||||||
{
|
{ pkgs, inputs', ... }:
|
||||||
pkgs,
|
|
||||||
inputs',
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
{
|
||||||
packages.conduit-next = pkgs.callPackage ./conduit {
|
packages.conduit-next = pkgs.callPackage ./conduit {
|
||||||
src = inputs.conduit-src;
|
src = inputs.conduit-src;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue