summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-04 23:16:22 -0800
committerPreston Pan <ret2pop@nullring.xyz>2026-03-04 23:16:22 -0800
commitcba956171b297dc600eb110d2a9f85456b2be394 (patch)
treec850273b5483dcad7c492b6e192f4f878ee65757 /flake.nix
parentac58c6547f55f65a915547445782dbf636491c98 (diff)
prepare for total spontaneity build
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 9f8dee2..21a91b6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,12 +2,14 @@
description = "Build my static site with my installer";
inputs = {
+ self.submodules = true;
+
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
git-hooks = {
url = "github:cachix/git-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
- hyprnixmacs.url = "git://nullring.xyz/hyprnixmacs.git";
+ hyprnixmacs.url = ./nix;
publish-org-roam-ui = {
url = "git://nullring.xyz/publish-org-roam-ui.git";