summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-03 13:54:24 -0800
committerPreston Pan <ret2pop@nullring.xyz>2026-03-03 13:54:24 -0800
commit2371eb3708d4173f6afc0643e1435bfcb235e34d (patch)
tree78a6753ecc780e6e05336b110dbfd64a90c63055 /flake.nix
parentd9ed2a0e3c67b182291022fece53981120236d8c (diff)
fix pathing issue?
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 2efcdef..c0b5123 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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