2023-04-25 22:06:14 +02:00
|
|
|
{
|
2023-07-09 20:15:06 +02:00
|
|
|
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
|
2023-04-25 22:06:14 +02:00
|
|
|
|
|
|
|
inputs.home-manager = {
|
2023-07-09 20:15:06 +02:00
|
|
|
url = "github:nix-community/home-manager/release-23.05";
|
2023-04-25 22:06:14 +02:00
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
|
|
|
|
|
|
|
inputs.disko.url = github:nix-community/disko;
|
|
|
|
inputs.disko.inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
|
|
|
|
outputs = _: {};
|
|
|
|
}
|