Skip to content

Commit

Permalink
Merge pull request #828 from dsalaza4/main
Browse files Browse the repository at this point in the history
refac(doc): #827 update install link
  • Loading branch information
dsalaza4 authored Apr 11, 2022
2 parents 48b57b8 + 74f3c5c commit d97f7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ In order to use Makes you'll need to:

- For Nix versions >= 2.3 and < 2.6 (nix stable)

`$ nix-env -if https://fluidattacks.com/makes/install/22.04`
`$ nix-env -if https://github.com/fluidattacks/makes/archive/22.04.tar.gz`

- For Nix versions > 2.6 (nix unstable)

Expand Down Expand Up @@ -684,7 +684,7 @@ looks like this:
os: linux
language: nix
nix: 2.3.12
install: nix-env -if https://fluidattacks.com/makes/install/22.04
install: nix-env -if https://github.com/fluidattacks/makes/archive/22.04.tar.gz
env:
global:
# Encrypted environment variable
Expand Down

0 comments on commit d97f7eb

Please sign in to comment.