Skip to content

Commit

Permalink
chore(flake): format
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Dec 12, 2023
1 parent 26b4565 commit 41b67df
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,19 @@
};
in
lib.recursiveUpdate
(lib.mkFlake
{
systems.modules.nixos = [
inputs.agenix.nixosModules.default
{ nix.settings = import ./settings.nix; }
];

overlays = [
inputs.emacs-overlay.overlays.default
inputs.nur.overlay
];

channels-config.allowUnfree = true;
})
(lib.mkFlake {
systems.modules.nixos = [
inputs.agenix.nixosModules.default
{ nix.settings = import ./settings.nix; }
];

overlays = [
inputs.emacs-overlay.overlays.default
inputs.nur.overlay
];

channels-config.allowUnfree = true;
})
(inputs.flake-parts.lib.mkFlake { inherit inputs; }
{
systems = import inputs.systems;
Expand Down

0 comments on commit 41b67df

Please sign in to comment.