Skip to content

Commit

Permalink
add info about nix, make and updating flake lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
lemastero authored Jun 25, 2022
1 parent 7fe338f commit 2366a46
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,22 @@ Non ----+----- two A B
|
eno B
#+END_EXAMPLE

** Building
Project can be build using [[https://www.gnu.org/software/make/][make]]:

#+BEGIN_SRC shell
make
#+END_SRC

or [[https://nixos.org/guides/nix-pills/][nix]]:

#+BEGIN_SRC shell
nix build
#+END_SRC

[[https://nixos.wiki/wiki/Flakes][Nix flakes]] fix dependencies on hashes computed for Linux. You need Linux with nix to update them:

#+BEGIN_SRC shell
nix flake update
#+END_SRC

0 comments on commit 2366a46

Please sign in to comment.