pppoe-hero/flake.nix

12 lines
254 B
Nix
Raw Permalink Normal View History

2023-09-25 15:20:54 +02:00
{
description = "PPOE Hero";
outputs = { self, nixpkgs }: {
packages.x86_64-linux.ppoe-hero = nixpkgs.legacyPackages.x86_64-linux.callPackage ./default.nix { };
packages.x86_64-linux.default = self.packages.x86_64-linux.ppoe-hero;
};
}