diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-05 00:00:24 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-05 00:00:24 -0800 |
| commit | dfc908d06d5f0de271c6e48b0d32370ca66a9346 (patch) | |
| tree | 99d0257a23839a63ea80232c2fe61fb1fd733684 | |
| parent | 3adbecea3b4402aeb064ba2835ce6f120ffef736 (diff) | |
hopefully works
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -2,14 +2,12 @@ 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"; }; - nixmacs.url = "path:./nix"; + nixmacs.url = ./nix; publish-org-roam-ui = { url = "git://nullring.xyz/publish-org-roam-ui.git"; |
