Possible fix for source not found issue

This commit is contained in:
baduhai 2022-11-29 19:46:04 -03:00
parent 34c8e866f4
commit 2b83831179
4 changed files with 39 additions and 25 deletions

View file

@ -24,15 +24,15 @@
};
};
outputs = { nixpkgs, home-manager, nur, kmonad, nixpkgs-stable, home-manager-stable, ... }: {
outputs = inputs @ { nixpkgs, home-manager, nur, kmonad, nixpkgs-stable, home-manager-stable, ... }: {
nixosConfigurations = {
io = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [
./hosts/desktops/io.nix
kmonad.nixosModules.default
{ nixpkgs.overlays = [ nur.overlay ]; }
# ( {...}: { nix.registry.nixpkgs.flake = nixpkgs; } )
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;