From e68ece874177ab166a47d3fc657d6c0798c65832 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Tue, 10 Mar 2026 22:53:20 +0000 Subject: [PATCH] init: readme --- README.md | 1 + flake.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d1374b4 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +## Hybrid Laptop CPU & Process Management (HLCPM) diff --git a/flake.nix b/flake.nix index 4946d9c..9b799d1 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Build a cargo project without extra checks"; + description = "hybrid laptop core and process management"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";