diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-03 13:54:24 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-03 13:54:24 -0800 |
| commit | 2371eb3708d4173f6afc0643e1435bfcb235e34d (patch) | |
| tree | 78a6753ecc780e6e05336b110dbfd64a90c63055 | |
| parent | d9ed2a0e3c67b182291022fece53981120236d8c (diff) | |
fix pathing issue?
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ url = "github:cachix/git-hooks.nix"; inputs.nixpkgs.follows = "nixpkgs"; }; - hyprnixmacs.url = "path:./nix"; + hyprnixmacs.url = "git+file:./nix"; }; outputs = { nixpkgs, git-hooks, hyprnixmacs, self, ... }: let |
