add gitea tepmlate
This commit is contained in:
1
.gitea/template
Normal file
1
.gitea/template
Normal file
@@ -0,0 +1 @@
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user