diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-18 14:28:15 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-18 14:28:15 +0200 |
commit | 1490b9cb5334b1b1704005884a6a4880ed51afc9 (patch) | |
tree | bb56adec63d07919d1d4baab2ca02beb27e3cbfe /nix/default.nix | |
parent | d3900cc71c7a5b06a932d56ce25f694ce31397b0 (diff) | |
download | utils-1490b9cb5334b1b1704005884a6a4880ed51afc9.tar utils-1490b9cb5334b1b1704005884a6a4880ed51afc9.tar.gz utils-1490b9cb5334b1b1704005884a6a4880ed51afc9.tar.bz2 utils-1490b9cb5334b1b1704005884a6a4880ed51afc9.tar.xz utils-1490b9cb5334b1b1704005884a6a4880ed51afc9.zip |
rolling-directory
Diffstat (limited to 'nix/default.nix')
-rw-r--r-- | nix/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/default.nix b/nix/default.nix index 1c0105f..a40d8f6 100644 --- a/nix/default.nix +++ b/nix/default.nix | |||
@@ -7,4 +7,5 @@ in rec { | |||
7 | rebuild-system = pkgs.callPackage ./rebuild-system.nix {}; | 7 | rebuild-system = pkgs.callPackage ./rebuild-system.nix {}; |
8 | pulseaudio-ctl = pkgs.callPackage ./pulseaudio-ctl.nix {}; | 8 | pulseaudio-ctl = pkgs.callPackage ./pulseaudio-ctl.nix {}; |
9 | monitor-uucp = pkgs.callPackage ./monitor-uucp.nix {}; | 9 | monitor-uucp = pkgs.callPackage ./monitor-uucp.nix {}; |
10 | rolling-directory = pkgs.callPackage ./rolling-directory.nix {}; | ||
10 | } | 11 | } |