It builds!
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
bonus = null;
|
||||
};
|
||||
|
||||
in rec {
|
||||
in {
|
||||
inputs.home-manager.useGlobalPkgs = true;
|
||||
|
||||
nixosConfigurations.${host} = nixpkgs.lib.nixosSystem {
|
||||
@@ -101,13 +101,13 @@
|
||||
};
|
||||
})
|
||||
|
||||
inputs.system.nixosModule
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
core_inputs.system.nixosModule
|
||||
core_inputs.home-manager.nixosModules.home-manager
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
packages.${iso_system}.default = nixosConfigurations.iso.config.system.build.isoImage;
|
||||
packages.${iso_system}.default = self.nixosConfigurations.iso.config.system.build.isoImage;
|
||||
|
||||
homeConfigurations."nathan" = core_inputs.home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = import nixpkgs {
|
||||
|
||||
Reference in New Issue
Block a user