From c8db2d92689c3454a5bd990207237daba1011bee Mon Sep 17 00:00:00 2001 From: Julien Eluard Date: Mon, 11 Mar 2019 23:03:29 +0100 Subject: [PATCH] Fixed typo (#266) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c42d4c09..15b09f7a9 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To keep up to date with changes and development progress, follow the [Nimbus blo Users of the [Nix package manager](https://nixos.org/nix/download.html) can install all prerequisites simply by running: ``` bash -nix-shell nimbus.nix +nix-shell default.nix ``` ### Build & Develop