diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-03-08 23:12:46 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-03-08 23:12:46 +0100 |
commit | 486fa069b37211c1124586490f596747600f698f (patch) | |
tree | f0aa4ae8a612e15ad7e6c6fdbb929a25172b1d19 /nix/default.nix | |
parent | f826e189bc67955d0b7d6e1897c78a1e0d821bcb (diff) | |
download | utils-486fa069b37211c1124586490f596747600f698f.tar utils-486fa069b37211c1124586490f596747600f698f.tar.gz utils-486fa069b37211c1124586490f596747600f698f.tar.bz2 utils-486fa069b37211c1124586490f596747600f698f.tar.xz utils-486fa069b37211c1124586490f596747600f698f.zip |
...
Diffstat (limited to 'nix/default.nix')
-rw-r--r-- | nix/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/default.nix b/nix/default.nix index af5f4b7..8abc9cf 100644 --- a/nix/default.nix +++ b/nix/default.nix | |||
@@ -8,7 +8,7 @@ rec { | |||
8 | rolling-directory = self.callPackage ./rolling-directory.nix {}; | 8 | rolling-directory = self.callPackage ./rolling-directory.nix {}; |
9 | recv = self.callPackage ./recv.nix {}; | 9 | recv = self.callPackage ./recv.nix {}; |
10 | notmuch-tcp = self.callPackage ./notmuch-tcp.nix {}; | 10 | notmuch-tcp = self.callPackage ./notmuch-tcp.nix {}; |
11 | notmuch-links = self.callPackage ./notmuch-links.nix { inherit notmuch-tcp; }; | 11 | notmuch-links = self.callPackage ./notmuch-links.nix { inherit notmuch-ssh; }; |
12 | notmuch-ssh = self.callPackage ./notmuch-ssh.nix {}; | 12 | notmuch-ssh = self.callPackage ./notmuch-ssh.nix {}; |
13 | persistent-nix-shell = self.callPackage ./persistent-nix-shell.nix {}; | 13 | persistent-nix-shell = self.callPackage ./persistent-nix-shell.nix {}; |
14 | worktime = self.callPackage ./worktime.nix {}; | 14 | worktime = self.callPackage ./worktime.nix {}; |