From 92cb8a284531fc19a9769ad7606cfb8a7617a159 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 9 Jan 2024 22:19:59 +0530 Subject: [PATCH] Update links: flakular -> nixos.asia --- README.md | 12 ++++++------ crates/nix_health/src/check/direnv.rs | 2 +- crates/nix_rs/README.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8f0b6476..00936238 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # nix-browser -🚧 This project is a work in progress. The ultimate goal is to create a GUI app that inspires people towards using [Nix](https://flakular.in/). +🚧 This project is a work in progress. The ultimate goal is to create a GUI app that inspires people towards using [Nix](https://nixos.asia/en/nix). ## Getting Started -1. [Install Nix](https://flakular.in/install) -1. [Setup `direnv`](https://flakular.in/direnv) +1. [Install Nix](https://nixos.asia/en/install) +1. [Setup `direnv`](https://nixos.asia/en/direnv) 1. Clone this repo, `cd` to it, and run `direnv allow`. This will automatically activate the nix develop shell. Open VSCode and install recommended extensions, ensuring that direnv activates in VSCode as well. @@ -60,7 +60,7 @@ See `tailwind.config.js` for colour aliases we use throughout the app. Instead o We publish the following crates from this repo: -| Crate Link | Description | -|------------|-------------| -| https://crates.io/crates/nix_rs | Rust interface to the Nix command line | +| Crate Link | Description | +| ----------------------------------- | --------------------------------------- | +| https://crates.io/crates/nix_rs | Rust interface to the Nix command line | | https://crates.io/crates/nix_health | Nix health check library and executable | diff --git a/crates/nix_health/src/check/direnv.rs b/crates/nix_health/src/check/direnv.rs index 8bf33e7d..622caa74 100644 --- a/crates/nix_health/src/check/direnv.rs +++ b/crates/nix_health/src/check/direnv.rs @@ -54,7 +54,7 @@ impl Checkable for Direnv { /// [Check] that direnv was installed. fn install_check(required: bool) -> Check { - let suggestion = "Install direnv ".to_string(); + let suggestion = "Install direnv ".to_string(); let direnv_install = DirenvInstall::detect(); Check { title: "Direnv installation".to_string(), diff --git a/crates/nix_rs/README.md b/crates/nix_rs/README.md index eb7d88db..adcfd051 100644 --- a/crates/nix_rs/README.md +++ b/crates/nix_rs/README.md @@ -1,3 +1,3 @@ # nix_rs -A Rust crate to interact with the [Nix](https://flakular.in/install/) command. `nix_rs` also provides the needed Rust types which are guaranteed to compile in wasm. +A Rust crate to interact with the [Nix](https://nixos.asia/en/nix) command. `nix_rs` also provides the needed Rust types which are guaranteed to compile in wasm.