From 534e7f74292cbc5396f4b3fa70377a676e458ab4 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Wed, 28 Feb 2024 20:05:35 +0100 Subject: [PATCH] README.md : Add links --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 449a4e3..54bb7a1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# Configure + +# Usefull commands + +## Configure ```bash nixos-rebuild switch --flake flake_path_directory#hostname @@ -8,11 +11,7 @@ nixos-rebuild switch --flake flake_path_directory#hostname nix flake update --extra-experimental-features "nix-command flakes" ``` -# Usefull link - -- https://api.github.com/rate_limit - -# Clean system +## Clean system List all profiles ```bash @@ -29,6 +28,13 @@ Clean up all useless store from old profiles sudo nix store gc --debug ``` +# Usefull links + +- https://api.github.com/rate_limit +- https://hydra.nixos.org/job/nixos/trunk-combined/tested#tabs-constituents +- https://nixpk.gs/pr-tracker.html +- https://mobile.nixos.org/ + # Sources - https://github.com/ryan4yin/nix-config/tree/v0.0.2