2024-05-25 21:23:43 +02:00
|
|
|
{
|
|
|
|
inputs = {
|
2024-06-01 15:17:19 +02:00
|
|
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
|
2024-05-25 21:23:43 +02:00
|
|
|
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
|
|
|
|
2024-06-01 15:17:19 +02:00
|
|
|
home-manager.url = "github:nix-community/home-manager/release-24.05";
|
2024-05-25 21:23:43 +02:00
|
|
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
|
|
|
|
disko.url = "github:nix-community/disko";
|
|
|
|
disko.inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
srvos.url = "github:numtide/srvos";
|
|
|
|
srvos.inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
|
|
|
|
nixos-nftables-firewall.url = "github:thelegy/nixos-nftables-firewall";
|
|
|
|
nixos-nftables-firewall.inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
|
|
|
|
|
|
|
outputs = _: {};
|
|
|
|
}
|