Skip to content

Commit

Permalink
Merge 86c1e98 into b2cc084
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed May 10, 2024
2 parents b2cc084 + 86c1e98 commit d9f6350
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ SILE is distributed under the [MIT licence][license].
[linuxbrew]: https://docs.brew.sh/Homebrew-on-Linux
[list-en]: https://groups.google.com/d/forum/sile-users
[luarocks]: http://luarocks.org/en/Download
[nix-flakes]: https://nixos.wiki/wiki/Flakes#Installing_flakes
[nix-flakes]: https://wiki.nixos.org/wiki/Flakes#Installing_flakes
[nix]: https://nixos.org/nix
[ports]: http://ports.su/print/sile
[ppa]: https://launchpad.net/~sile-typesetter/+archive/ubuntu/sile
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://nixos.wiki/wiki/Flakes#Using_flakes_project_from_a_legacy_Nix
# https://wiki.nixos.org/wiki/Flakes#Using_flakes_project_from_a_legacy_Nix
(import (
let
lock = builtins.fromJSON (builtins.readFile ./flake.lock);
Expand Down
2 changes: 1 addition & 1 deletion documentation/c02-gettingstarted.sil
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ $ sile <arguments>
$ nix run nixpkgs/nixpkgs-unstable#sile -- <arguments>
\end{terminal}

The SILE source repository is also a valid Nix Flake\footnote{\url{https://nixos.wiki/wiki/Flakes#Installing_flakes}} which means you can run any specific version or the latest unreleased development code directly:
The SILE source repository is also a valid Nix Flake\footnote{\url{https://wiki.nixos.org/wiki/Flakes#Installing_flakes}} which means you can run any specific version or the latest unreleased development code directly:

\begin{terminal}
$ nix run github:sile-typesetter/sile/v0.14.3 -- <arguments>
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
flake = false;
};

# https://nixos.wiki/wiki/Flakes#Using_flakes_project_from_a_legacy_Nix
# https://wiki.nixos.org/wiki/Flakes#Using_flakes_with_stable_Nix
inputs.flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://nixos.wiki/wiki/Flakes#Using_flakes_project_from_a_legacy_Nix
# https://wiki.nixos.org/wiki/Flakes#Using_flakes_with_stable_Nix
(import (
let
lock = builtins.fromJSON (builtins.readFile ./flake.lock);
Expand Down

0 comments on commit d9f6350

Please sign in to comment.