diff --git a/.gitea/template b/.gitea/template new file mode 100644 index 0000000..c97cacb --- /dev/null +++ b/.gitea/template @@ -0,0 +1 @@ +flake.nix \ No newline at end of file diff --git a/flake.nix b/flake.nix index cca53f4..72a6deb 100644 --- a/flake.nix +++ b/flake.nix @@ -1,10 +1,10 @@ { - description = "template flake"; + description = "$REPO_DESCRIPTION"; inputs.nixpkgs.url = "nixpkgs/nixos-22.05-small"; outputs = { self, nixpkgs }: let - name = "example.sh"; + name = "$REPO_NAME"; version = "0.0.1"; supportedSystems = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ]; forAllSystems = nixpkgs.lib.genAttrs supportedSystems;