refactor: collapse some newlines

This commit is contained in:
Primrose 2025-02-11 23:19:46 +01:00
parent 46c8674765
commit 2a870b66b8
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 24 additions and 37 deletions

View file

@ -7,11 +7,7 @@
"x86_64-linux"
];
ctx =
inputs
// {
inherit systems;
};
ctx = inputs // {inherit systems;};
in
{
nixConfig = {
@ -32,15 +28,13 @@
// import ./nix/disko
// import ./nix/configurations ctx
// import ./nix/deploy ctx
// (
let
inherit (import ./nix/packages ctx) packageOverlays packageSets packages;
inherit (import ./nix/overlays ctx) overlays;
in {
inherit packageSets packages;
overlays = packageOverlays // overlays;
}
)
// (let
inherit (import ./nix/packages ctx) packageOverlays packageSets packages;
inherit (import ./nix/overlays ctx) overlays;
in {
inherit packageSets packages;
overlays = packageOverlays // overlays;
})
// import ./nix/devShells ctx;
inputs = {