From 7589fe7f331d32a435a1255e81ab1f50ba0b92a9 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Wed, 4 Mar 2026 23:46:18 -0800 Subject: spontaneity builds now --- flake.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 432d2e9..4075fe5 100644 --- a/flake.nix +++ b/flake.nix @@ -9,14 +9,14 @@ url = "github:cachix/git-hooks.nix"; inputs.nixpkgs.follows = "nixpkgs"; }; - hyprnixmacs.url = ./nix; + nixmacs.url = ./nix; publish-org-roam-ui = { url = "git://nullring.xyz/publish-org-roam-ui.git"; }; }; - outputs = { nixpkgs, git-hooks, hyprnixmacs, self, publish-org-roam-ui, ... }: + outputs = { nixpkgs, git-hooks, nixmacs, self, publish-org-roam-ui, ... }: let system = "x86_64-linux"; pkgs = import nixpkgs { inherit system; }; @@ -70,7 +70,7 @@ fi }; }; - emacsPackages = import "${hyprnixmacs}/modules/home/emacs-packages.nix"; + emacsPackages = import "${nixmacs}/modules/home/emacs-packages.nix"; ci-emacs = pkgs.emacs-nox.pkgs.withPackages emacsPackages; website = pkgs.stdenv.mkDerivation { name = "org-publish-website"; @@ -142,7 +142,7 @@ emacs -q --batch \ --eval '(setq org-confirm-babel-evaluate nil)' \ --eval '(setq load-prefer-newer t)' \ --eval '(setq custom-safe-themes t)' \ - -l ${hyprnixmacs}/init.el \ + -l ${nixmacs}/init.el \ --eval "(org-babel-do-load-languages 'org-babel-load-languages '((latex . t)))" \ --eval '(setq org-roam-directory (expand-file-name "mindmap" (expand-file-name "~/monorepo")))' \ --eval '(setq org-id-track-globally t)' \ @@ -174,10 +174,10 @@ cp -r $HOME/website_html/. $out/ in { nixosConfigurations = { - installer = hyprnixmacs.nixosConfigurations.installer.extendModules { + installer = nixmacs.nixosConfigurations.installer.extendModules { specialArgs = { monorepoSelf = self; }; }; - spontaneity = hyprnixmacs.nixosConfigurations.spontaneity.extendModules { + spontaneity = nixmacs.nixosConfigurations.spontaneity.extendModules { specialArgs = { monorepoSelf = self; }; }; }; -- cgit v1.3