about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-20T20·44+0000
committerVincent Ambo <tazjin@google.com>2019-12-20T20·44+0000
commita65cb502520d09353295a3d10c6203e3273be70f (patch)
treecc419f29713c4a53c5698e942d46e7ca9e8f0046 /default.nix
parent61c8ac433878ea34f5bfb4232143ad43f4af2df2 (diff)
fix: Various minor fixes for new repository layout r/240
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 34fd8dea2e..f638b8f2b0 100644
--- a/default.nix
+++ b/default.nix
@@ -29,7 +29,7 @@ let
   readTree' = import ./read-tree.nix;
 
   localPkgs = readTree: {
-    fun         = readTree ./ops;
+    fun         = readTree ./fun;
     nix         = readTree ./nix;
     ops         = readTree ./ops;
     third_party = readTree ./third_party;