3 lines
92 B
Bash
Executable file
3 lines
92 B
Bash
Executable file
#!/usr/bin/env sh
|
|
nix-store -q --references /var/run/current-system/sw \
|
|
| cut -d'-' -f2-
|