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 Feb 29, 2024
1 parent 320afac commit bb10cbc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions doc/nix-usage-flakes.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ We can use `nix flake show` to see the outputs provided by any flake, local or r
nix flake show .
```

git+file:///home/tnks/src/shajra/nix-project
git+file:///home/shajra/src/nix-project
├───apps
│ ├───aarch64-darwin
Expand Down Expand Up @@ -429,8 +429,8 @@ nix profile list

Index: 0
Flake attribute: packages.x86_64-linux.org2gfm
Original flake URL: git+file:///home/tnks/src/shajra/nix-project
Locked flake URL: git+file:///home/tnks/src/shajra/nix-project
Original flake URL: git+file:///home/shajra/src/nix-project
Locked flake URL: git+file:///home/shajra/src/nix-project
Store paths: /nix/store/fqybp0zzx1wjn9bwz2h8vy37pscgjc7a-org2gfm

If we want to uninstall a program from our profile, we do so by the index from this list:
Expand Down
6 changes: 3 additions & 3 deletions doc/nix-usage-flakes.org
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ nix flake show . | ansifilter

#+RESULTS: nix-flake-show
#+begin_example
git+file:///home/tnks/src/shajra/nix-project
git+file:///home/shajra/src/nix-project
├───apps
│ ├───aarch64-darwin
Expand Down Expand Up @@ -680,8 +680,8 @@ nix profile list --profile /tmp/nix-profile | ansifilter
#+RESULTS: nix-profile-list
: Index: 0
: Flake attribute: packages.x86_64-linux.org2gfm
: Original flake URL: git+file:///home/tnks/src/shajra/nix-project
: Locked flake URL: git+file:///home/tnks/src/shajra/nix-project
: Original flake URL: git+file:///home/shajra/src/nix-project
: Locked flake URL: git+file:///home/shajra/src/nix-project
: Store paths: /nix/store/fqybp0zzx1wjn9bwz2h8vy37pscgjc7a-org2gfm

If we want to uninstall a program from our profile, we do so by the index from
Expand Down
18 changes: 9 additions & 9 deletions flake.lock

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

0 comments on commit bb10cbc

Please sign in to comment.