From d4b995da248f6664fd22e890696c18cd828fcdd7 Mon Sep 17 00:00:00 2001 From: krovuxdev <62192487+krovuxdev@users.noreply.github.com> Date: Sun, 28 Jul 2024 20:26:41 -0500 Subject: [PATCH 1/2] fix: switch sha256 --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index d1c01e8..a37ae8c 100644 --- a/default.nix +++ b/default.nix @@ -26,7 +26,7 @@ let # fenix: rustup replacement for reproducible builds toolchain = fenix.${system}.fromToolchainFile { file = ./rust-toolchain.toml; - sha256 = "sha256-Ngiz76YP4HTY75GGdH2P+APE/DEIx2R/Dn+BwwOyzZU="; + sha256 = "sha256-6eN/GKzjVSjEhGO9FhWObkRFaE1Jf+uqMSdQnb8lcB4="; }; # crane: cargo and artifacts manager craneLib = crane.${system}.overrideToolchain toolchain; From 571eaa89394024b59810a6688540d76830e998e5 Mon Sep 17 00:00:00 2001 From: krovuxdev <62192487+krovuxdev@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:13:02 -0500 Subject: [PATCH 2/2] docs: NixOS install instructions for simple-commits --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3dda3e2..8610ca1 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ Install it using cargo! ```bash cargo install simple-commit ``` +Nixos + +```bash +nix profile install github:romancitodev/simple-commits +``` ## 🛠 Configuration