diff options
author | Alan Pearce | 2024-05-11 17:49:55 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-11 17:49:55 +0200 |
commit | 7755e1793f8f6280da651111c2ccb00dbdb27360 (patch) | |
tree | c377073eb56ea99db95934879554051257e9eb67 | |
parent | fadb62ac749d04cc7ec2cb57d194987dc9a52079 (diff) | |
download | nixfiles-7755e1793f8f6280da651111c2ccb00dbdb27360.tar.lz nixfiles-7755e1793f8f6280da651111c2ccb00dbdb27360.tar.zst nixfiles-7755e1793f8f6280da651111c2ccb00dbdb27360.zip |
remove unnecessary overlay from flake
-rw-r--r-- | flake.nix | 2 |
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; }; |