all repos — nixfiles @ 7755e1793f8f6280da651111c2ccb00dbdb27360

System and user configuration, managed by nix and home-manager

remove unnecessary overlay from flake
Alan Pearce alan@alanpearce.eu
Sat, 11 May 2024 17:49:55 +0200
commit

7755e1793f8f6280da651111c2ccb00dbdb27360

parent

fadb62ac749d04cc7ec2cb57d194987dc9a52079

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M flake.nixflake.nix
@@ -59,8 +59,6 @@ };       };
     in
     {
-      overlays.default = import ./overlays/htmlformat;
-
       nixosConfigurations.prefect = nixpkgs.lib.nixosSystem {
         system = utils.lib.system.x86_64-linux;
         specialArgs = { inherit inputs; };