diff options
author | Ben Sima <ben@bsima.me> | 2020-12-29 22:29:57 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-12-29 22:29:57 -0500 |
commit | 36eac84f40aa938fd9327ddf4f983736ff550bcf (patch) | |
tree | 75da57d82a42e5039227ac8605b004e8e251a6c4 /Biz/Dev.nix | |
parent | b11e926cf60672c17b462ad142014946063f4136 (diff) |
Deploy hoogle to Biz.Dev
I had to refactor Biz/Bild/Rules.nix. I also had to checkin my patched
hoogle.nix file, but I also upstreamed the patch to nixpkgs-dev so it shouldn't
stick around for too long.
Diffstat (limited to 'Biz/Dev.nix')
-rw-r--r-- | Biz/Dev.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Dev.nix b/Biz/Dev.nix index 14c0375..1dc2204 100644 --- a/Biz/Dev.nix +++ b/Biz/Dev.nix @@ -9,6 +9,7 @@ bild.os { ./Users.nix ./Dev/Configuration.nix ./Dev/Hardware.nix + ./Dev/Hoogle.nix ./Devalloc.nix ]; networking.hostName = "lithium"; |