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};
in
{
nixosConfigurations = {
nixos-personal = lib.nixosSystem {
inherit system;
nixosConfigurations.nixos-personal = lib.nixosSystem {
inherit system;
modules = [
./configuration.nix
./hardware-configuration.nix
@ -70,8 +68,7 @@
specialArgs = {
inherit pkgs-unstable;
};
};
};
};
homeConfigurations = {
gpskwlkr = home-manager.lib.homeManagerConfiguration {