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 9944a30..ca8273c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -25,7 +25,9 @@
{ ... }:
{
nixpkgs.overlays = [
- (self: _: { personal = { inherit (personal-webpage.packages."${self.system}") webpage; }; })
+ (self: _: {
+ personal = { inherit (personal-webpage.packages."${self.stdenv.hostPlatform.system}") webpage; };
+ })
# TODO the order shouldn't matter, yet this overlay doesn't work
# if it comes first
my-nixpkgs.overlays.personal