initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
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 ./. { };
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user