This commit is contained in:
2023-02-28 00:08:43 -05:00
parent 84f040f8bf
commit 6fbb14e637
2 changed files with 11 additions and 12 deletions

View File

@@ -3,14 +3,13 @@
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
vps_nixpkgs.url = "nixpkgs/master";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, vps_nixpkgs, home-manager }@attrs:
outputs = { self, nixpkgs, home-manager }@attrs:
let
system = "x86_64-linux";
homeManagerSharedModule = {
@@ -429,7 +428,7 @@
}))
];
};
nixosConfigurations.vps = vps_nixpkgs.lib.nixosSystem {
nixosConfigurations.vps = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = attrs;
modules = [