treewide: format files
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{ self, ... }: {
|
||||
{ self, ... }:
|
||||
{
|
||||
flake = {
|
||||
overlays = rec {
|
||||
packages = import ./packages.nix;
|
||||
@@ -6,7 +7,9 @@
|
||||
};
|
||||
};
|
||||
|
||||
perSystem = { pkgs, ... }: {
|
||||
packages = self.overlays.default null pkgs;
|
||||
};
|
||||
perSystem =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
packages = self.overlays.default null pkgs;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user