diff --git a/.gitea/template b/.gitea/template index c97cacb..2b6a6d3 100644 --- a/.gitea/template +++ b/.gitea/template @@ -1 +1,2 @@ -flake.nix \ No newline at end of file +flake.nix +README.md \ No newline at end of file diff --git a/flake.nix b/flake.nix index 22836a4..77da2a8 100644 --- a/flake.nix +++ b/flake.nix @@ -1,10 +1,10 @@ { - description = "$$REPO_DESCRIPTION"; + description = "$REPO_DESCRIPTION"; inputs.nixpkgs.url = "nixpkgs/nixos-22.05-small"; outputs = { self, nixpkgs }: let - name = "$$REPO_NAME"; + name = "$REPO_NAME"; version = "0.0.1"; supportedSystems = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ]; forAllSystems = nixpkgs.lib.genAttrs supportedSystems;