From 015c393274fddb28f0500993f61f623f9834d515 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sat, 1 Oct 2022 21:42:33 +0000 Subject: [PATCH] docs: deprecated nixFlakes package --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9387107..cc3c7a5 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ installer disk: ```bash lsblk # Choose the disk you want to wipe -nix-shell -p nixFlakes +nix-shell -p nixVersions.stable nix run github:nmasur/dotfiles#installer -- nvme0n1 desktop ``` @@ -35,7 +35,7 @@ If you're already running NixOS, you can switch to this configuration with the following command: ```bash -nix-shell -p nixFlakes +nix-shell -p nixVersions.stable sudo nixos-rebuild switch --flake github:nmasur/dotfiles#desktop ``` @@ -46,7 +46,7 @@ WSL](https://xeiaso.net/blog/nix-flakes-4-wsl-2022-05-01), you can switch to the WSL configuration: ``` -nix-shell -p nixFlakes +nix-shell -p nixVersions.stable sudo nixos-rebuild switch --flake github:nmasur/dotfiles#wsl ```