From 6e2da8b251af83d6c60ec80c490f96ee42a76030 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Tue, 3 Mar 2026 17:03:35 -0800 Subject: new lock, new flake --- flake.lock | 12 ++++++------ flake.nix | 4 +++- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index be39d8e..f10b06c 100644 --- a/flake.lock +++ b/flake.lock @@ -378,17 +378,17 @@ "wallpapers": "wallpapers" }, "locked": { - "lastModified": 1772574334, - "narHash": "sha256-+bkdE2ZTJKD3VFL8b78lPDe3xluEYClGs/aaG0i+y/4=", + "lastModified": 1772585057, + "narHash": "sha256-xQdkR4vMeNXQHs8Vu2Xh1URw/aCKA40Rud1o/CkIcnA=", "ref": "refs/heads/main", - "rev": "bb633be7d8646c0bba143a4055ce4d64efaa9de2", - "revCount": 102, + "rev": "a011d4e4dbccb963b7b98c0cd2de1e333132789c", + "revCount": 105, "type": "git", - "url": "file:./nix" + "url": "git://nullring.xyz/hyprnixmacs.git" }, "original": { "type": "git", - "url": "file:./nix" + "url": "git://nullring.xyz/hyprnixmacs.git" } }, "impermanence": { diff --git a/flake.nix b/flake.nix index a44cda3..e28bfc9 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ url = "github:cachix/git-hooks.nix"; inputs.nixpkgs.follows = "nixpkgs"; }; - hyprnixmacs.url = "git+file:./nix"; + hyprnixmacs.url = "git://nullring.xyz/hyprnixmacs.git"; }; outputs = { nixpkgs, git-hooks, hyprnixmacs, self, ... }: @@ -93,6 +93,8 @@ emacs -q --batch \ --eval '(defalias (quote tool-bar-mode) (quote ignore))' \ --eval '(defalias (quote menu-bar-mode) (quote ignore))' \ --eval '(provide (quote lean4-mode))' \ + --eval '(provide (quote irony-mode))' \ + --eval '(provide (quote irony))' \ --eval "(setq org-latex-pdf-process (quote (\"xelatex -shell-escape -interaction nonstopmode %f\")))" \ --eval '(setq org-startup-with-latex-preview nil)' \ --eval '(setq org-startup-indented nil)' \ -- cgit v1.3