From 83f84ffae5c603bf568822fdafacfb4d9c26b429 Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Sat, 19 Feb 2022 13:15:23 -0500 Subject: [PATCH] feat: pin nix-env urls --- README.md | 8 ++++---- integrations/vscode/yarn.lock | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 674887a..729a438 100644 --- a/README.md +++ b/README.md @@ -148,10 +148,10 @@ $ /path/to/alejandra --help Pick one depending on your platform: ```bash - $ nix-env -ivA aarch64-darwin -f https://github.com/kamadorueda/alejandra/tarball/main - $ nix-env -ivA aarch64-linux -f https://github.com/kamadorueda/alejandra/tarball/main - $ nix-env -ivA x86_64-darwin -f https://github.com/kamadorueda/alejandra/tarball/main - $ nix-env -ivA x86_64-linux -f https://github.com/kamadorueda/alejandra/tarball/main + $ nix-env -ivA aarch64-darwin -f https://github.com/kamadorueda/alejandra/tarball/0.3.0 + $ nix-env -ivA aarch64-linux -f https://github.com/kamadorueda/alejandra/tarball/0.3.0 + $ nix-env -ivA x86_64-darwin -f https://github.com/kamadorueda/alejandra/tarball/0.3.0 + $ nix-env -ivA x86_64-linux -f https://github.com/kamadorueda/alejandra/tarball/0.3.0 ``` Then run Alejandra with: diff --git a/integrations/vscode/yarn.lock b/integrations/vscode/yarn.lock index 5b24685..485cab5 100644 --- a/integrations/vscode/yarn.lock +++ b/integrations/vscode/yarn.lock @@ -1,7 +1,6 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. # yarn lockfile v1 - ansi-regex@^2.0.0: version "2.1.1" resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"