Skip to content

Commit

Permalink
Update links: flakular -> nixos.asia
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jan 9, 2024
1 parent 78ef91a commit 92cb8a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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 |
2 changes: 1 addition & 1 deletion crates/nix_health/src/check/direnv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ impl Checkable for Direnv {
/// [Check] that direnv was installed.
fn install_check(required: bool) -> Check {
let suggestion = "Install direnv <https://flakular.in/direnv/#setup>".to_string();
let suggestion = "Install direnv <https://nixos.asia/en/direnv#setup>".to_string();
let direnv_install = DirenvInstall::detect();
Check {
title: "Direnv installation".to_string(),
Expand Down
2 changes: 1 addition & 1 deletion crates/nix_rs/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 92cb8a2

Please sign in to comment.