From 8b4440ed38648c0c77129144ab2868f511448735 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Tue, 3 Mar 2026 14:07:50 -0800 Subject: fix resolution issue? --- flake.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index c0b5123..0191615 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,6 @@ { - description = "Build my static site"; + description = "Build my static site with my installer"; + inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; git-hooks = { @@ -8,6 +9,7 @@ }; hyprnixmacs.url = "git+file:./nix"; }; + outputs = { nixpkgs, git-hooks, hyprnixmacs, self, ... }: let system = "x86_64-linux"; @@ -34,7 +36,7 @@ fi }; }; - emacsPackages = import ./nix/modules/home/emacs-packages.nix; + emacsPackages = import "${hyprnixmacs}/modules/home/emacs-packages.nix"; ci-emacs = pkgs.emacs-nox.pkgs.withPackages emacsPackages; website = pkgs.stdenv.mkDerivation { name = "org-publish-website"; -- cgit v1.3