added script that lists store paths referencing the current nix profile
This commit is contained in:
parent
e2c8d980f8
commit
c9899c797e
1 changed files with 3 additions and 0 deletions
3
scripts/nix-list-installed
Executable file
3
scripts/nix-list-installed
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env sh
|
||||
nix-store -q --references /var/run/current-system/sw \
|
||||
| cut -d'-' -f2-
|
||||
Loading…
Add table
Add a link
Reference in a new issue