nix: update flake + tidyfox

This commit is contained in:
outfoxxed 2025-09-28 20:25:13 -07:00
parent 354afeaa35
commit 6cc1b6f36a
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
2 changed files with 5 additions and 5 deletions

View file

@ -8,8 +8,8 @@
domain = "git.outfoxxed.me";
owner = "outfoxxed";
repo = "tidyfox";
rev = "1f062cc198d1112d13e5128fa1f2ee3dbffe613b";
sha256 = "kbt0Zc1qHE5fhqBkKz8iue+B+ZANjF1AR/RdgmX1r0I=";
rev = "9d85d7e7dea2602aa74ec3168955fee69967e92f";
hash = "sha256-77ERiweF6lumonp2c/124rAoVG6/o9J+Aajhttwtu0w=";
}) { inherit pkgs; };
in pkgs.mkShell.override { stdenv = quickshell.stdenv; } {
inputsFrom = [ quickshell ];