{ description = "A web server which provides a neat interface to YouTube."; inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; }; outputs = { self, nixpkgs }: let system = "x86_64-linux"; in { packages.${system}.default = nixpkgs.legacyPackages.${system}.callPackage ./. { }; }; }