summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-07-06 20:52:10 +0200
committermakefu <github@syntax-fehler.de>2023-07-06 20:52:10 +0200
commit58298244f654d21fa49d37d18e78c1773d60fb15 (patch)
tree0cb49f0e3e8636f31d4c5a5c446021451181e73f /flake.nix
parenta93e818337afdb82245d0ce7d4dfe9044a228820 (diff)
flakes: expose krebs.pkgs overlay
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 6c094b6a..1ff183e7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -36,6 +36,7 @@
hosts = self.nixosConfigurations.hotdog.config.krebs.hosts;
users = self.nixosConfigurations.hotdog.config.krebs.users;
};
+ overlays.default = import ./krebs/5pkgs/default.nix;
lib = import (self.outPath + "/lib/pure.nix") { lib = nixpkgs.lib; };
};
}