From 7592ebf85ef34cd6d33c5475c45f227334d94d31 Mon Sep 17 00:00:00 2001 From: lulusilly Date: Mon, 1 Sep 2025 00:36:20 -0400 Subject: [PATCH] I think I've finally done it --- .config/nix/flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/nix/flake.nix b/.config/nix/flake.nix index 47c0884..3753e57 100755 --- a/.config/nix/flake.nix +++ b/.config/nix/flake.nix @@ -7,10 +7,10 @@ home-manager.inputs.nixpkgs.follows = "nixpkgs"; stylix.inputs.nixpkgs.follows = "nixpkgs"; }; - outputs = { self, nixpkgs, ... }@inputs: { + outputs = { self, nixpkgs, home-manager, ... }@inputs: { homeConfigurations = { mecca = home-manager.lib.homeManagerConfiguration { - inherit pkgs; + pkgs = import nixpkgs { system = "x86_64-linux"; }; modules = [ ./hosts/common.nix ./hosts/mecca/home.nix