summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-11 17:49:55 +0200
committerAlan Pearce2024-05-11 17:49:55 +0200
commit7755e1793f8f6280da651111c2ccb00dbdb27360 (patch)
treec377073eb56ea99db95934879554051257e9eb67 /flake.nix
parentfadb62ac749d04cc7ec2cb57d194987dc9a52079 (diff)
downloadnixfiles-7755e1793f8f6280da651111c2ccb00dbdb27360.tar.lz
nixfiles-7755e1793f8f6280da651111c2ccb00dbdb27360.tar.zst
nixfiles-7755e1793f8f6280da651111c2ccb00dbdb27360.zip
remove unnecessary overlay from flake
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index fd497e57..b08e6616 100644
--- a/flake.nix
+++ b/flake.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; };