summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-06-22 00:08:10 +0200
committermakefu <github@syntax-fehler.de>2023-06-22 00:08:10 +0200
commit6cca0fc09583711ad4a63bc8c6072c6e42f0e0d2 (patch)
tree6cb8c02722431e4ccec3a5b152aba4f289fce2a1
parent39c90a6970512f0dca55537e85ea6f7bd5abefd2 (diff)
flake.nix: add default overlayflakeify
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index c5e943e80..89da9d85d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -37,5 +37,6 @@
users = self.nixosConfigurations.hotdog.config.krebs.users;
};
lib = import (self.outPath + "/lib/lib.nix") { lib = nixpkgs.lib; };
+ overlays.default = import ./krebs/5pkgs;
};
}