summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 30c5114..f01142a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,8 +17,10 @@
my-nixpkgs.nixosModules.personal
({ ... }: {
nixpkgs.overlays = [
- my-nixpkgs.overlays.personal
personal-webpage.overlays.default
+ # TODO the order shouldn't matter, yet this overlay doesn't work
+ # if it comes first
+ my-nixpkgs.overlays.default
(_: prev: {
inherit (nixpkgs-unstable.legacyPackages."${prev.system}")
filtron;