reproduce test

This commit is contained in:
gpskwlkr 2024-03-25 00:23:01 +04:00
parent f1373e2318
commit c5469546ff

View file

@ -22,10 +22,8 @@
pkgs-unstable = nixpkgs-unstable.legacyPackages.${system}; pkgs-unstable = nixpkgs-unstable.legacyPackages.${system};
in in
{ {
nixosConfigurations.nixos-personal = lib.nixosSystem {
nixosConfigurations = { inherit system;
nixos-personal = lib.nixosSystem {
inherit system;
modules = [ modules = [
./configuration.nix ./configuration.nix
./hardware-configuration.nix ./hardware-configuration.nix
@ -70,8 +68,7 @@
specialArgs = { specialArgs = {
inherit pkgs-unstable; inherit pkgs-unstable;
}; };
}; };
};
homeConfigurations = { homeConfigurations = {
gpskwlkr = home-manager.lib.homeManagerConfiguration { gpskwlkr = home-manager.lib.homeManagerConfiguration {