index
:
nixos-config
this commit
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
home-manager
/
packages
/
scripts
/
deprecated
/
dua
blob: 628fa6f2e03d229a9dfba28569913c42923e22d6 (
plain
) (
blame
)
1
2
3
4
5
6
#! /bin/bash
tmp
=
$(
mktemp
)
cat
$DUA_DATABASE
>
$tmp
cat
$tmp
|
awk
'{print $1}'
|
sort