add readme to project
This commit is contained in:
@@ -1 +1,2 @@
|
||||
flake.nix
|
||||
README.md
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user