mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
refactor: collapse some newlines
This commit is contained in:
parent
46c8674765
commit
2a870b66b8
2 changed files with 24 additions and 37 deletions
22
flake.nix
22
flake.nix
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue