about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 27b027a..da326a3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -303,6 +303,9 @@
 
         devShells.default = pkgs.mkShell {
           inherit (self.checks.${system}.preCommit) shellHook;
+          # TODO Figure out why direnv overwrites exec-path. Meanwhile leave
+          # this in devShell.
+          packages = with pkgs; [nil];
         };
 
         formatter = with pkgs;
@@ -361,7 +364,6 @@
           mpv-autosub = prev.callPackage ./packages/mpv-autosub.nix {};
           myip = prev.callPackage ./packages/myip.nix {};
           nixfiles = prev.callPackage ./packages/nixfiles.nix {};
-          throttled = prev.callPackage ./packages/throttled.nix {};
           logcli = prev.grafana-loki.overrideAttrs (_: super: {
             pname = "logcli";
             subPackages = ["cmd/logcli"];

Consider giving Nix/NixOS a try! <3