Skip to content

Commit

Permalink
Update dependencies and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukant Hajra committed Jun 15, 2024
1 parent f5a7077 commit da90c8f
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 30 deletions.
2 changes: 1 addition & 1 deletion doc/nix-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Since the latest release of Nix is already at 2.22, if you installed Nix recentl
nix --version
```

nix (Nix) 2.18.1
nix (Nix) 2.18.2

The easiest way to turn on experimental features is to create a file `~/.config/nix/nix.conf` if it doesn't already exist, and in it, put the following line:

Expand Down
2 changes: 1 addition & 1 deletion doc/nix-installation.org
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ nix --version
#+end_src

#+RESULTS: nix-version
: nix (Nix) 2.18.1
: nix (Nix) 2.18.2

The easiest way to turn on experimental features is to create a file
=~/.config/nix/nix.conf= if it doesn't already exist, and in it, put the
Expand Down
14 changes: 7 additions & 7 deletions doc/nix-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,13 +413,13 @@ nix eval --impure --expr '
```

{
lastModified = 1705312282;
lastModifiedDate = "20240115095122";
narHash = "sha256-PPXqKY2hJng4DBVE0I4xshv/vGLUskL7jl53roB8UdU=";
outPath = "/nix/store/wjb45dlgycjw8759q43js031yjn5l0g5-source";
rev = "7c2f768bf9601268a4e71c2ebe91e2011918a70f";
revCount = 843;
shortRev = "7c2f768";
lastModified = 1718457448;
lastModifiedDate = "20240615131728";
narHash = "sha256-FSoxTcRZMGHNJh8dNtKOkcUtjhmhU6yQXcZZfUPLhQM=";
outPath = "/nix/store/z1lyf7s6klqvd97027b56lmckm5p9hik-source";
rev = "a0f54334df36770b335c051e540ba40afcbf8378";
revCount = 844;
shortRev = "a0f5433";
submodules = false;
}

Expand Down
14 changes: 7 additions & 7 deletions doc/nix-language.org
Original file line number Diff line number Diff line change
Expand Up @@ -541,13 +541,13 @@ nix eval --impure --expr '
#+RESULTS:
#+begin_example
{
lastModified = 1705312282;
lastModifiedDate = "20240115095122";
narHash = "sha256-PPXqKY2hJng4DBVE0I4xshv/vGLUskL7jl53roB8UdU=";
outPath = "/nix/store/wjb45dlgycjw8759q43js031yjn5l0g5-source";
rev = "7c2f768bf9601268a4e71c2ebe91e2011918a70f";
revCount = 843;
shortRev = "7c2f768";
lastModified = 1718457448;
lastModifiedDate = "20240615131728";
narHash = "sha256-FSoxTcRZMGHNJh8dNtKOkcUtjhmhU6yQXcZZfUPLhQM=";
outPath = "/nix/store/z1lyf7s6klqvd97027b56lmckm5p9hik-source";
rev = "a0f54334df36770b335c051e540ba40afcbf8378";
revCount = 844;
shortRev = "a0f5433";
submodules = false;
}
#+end_example
Expand Down
1 change: 0 additions & 1 deletion doc/nix-usage-noflakes.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ nix-env --install --file . --attr packages.x86_64-linux.org2gfm 2>&1
```

installing 'org2gfm'
building '/nix/store/hs9xz17vlb2m4qn6kxfmccgjq4jyrvqg-user-environment.drv'...

We can see this installation by querying what's been installed:

Expand Down
1 change: 0 additions & 1 deletion doc/nix-usage-noflakes.org
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,6 @@ nix-env --profile /tmp/nix-profile \

#+RESULTS: nix-env-install
: installing 'org2gfm'
: building '/nix/store/hs9xz17vlb2m4qn6kxfmccgjq4jyrvqg-user-environment.drv'...

We can see this installation by querying what's been installed:

Expand Down
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da90c8f

Please sign in to comment.