From d1bffc395257a48fd714e43e5058ae2596c2ad2b Mon Sep 17 00:00:00 2001 From: biscuit Date: Tue, 3 Jun 2025 17:06:27 -0500 Subject: [PATCH] upd --- flake.lock | 16 ++++++++++------ flake.nix | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 45d6bdf..e6a3ea1 100644 --- a/flake.lock +++ b/flake.lock @@ -663,14 +663,18 @@ ] }, "locked": { - "path": "./custom/unlisted-fonts/", - "type": "path" + "lastModified": 1748987994, + "narHash": "sha256-13QQRwZx9tRDmL79+XBM1YaC4W68mVrVW2NCv2w25WA=", + "ref": "refs/heads/master", + "rev": "468d51f24d3dd22c543e657c359fb333ff4df726", + "revCount": 1, + "type": "git", + "url": "https://git.sakamoto.dev/kenji/nix-fonts.git" }, "original": { - "path": "./custom/unlisted-fonts/", - "type": "path" - }, - "parent": [] + "type": "git", + "url": "https://git.sakamoto.dev/kenji/nix-fonts.git" + } } }, "root": "root", diff --git a/flake.nix b/flake.nix index 1874134..e1d2c43 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ ags.url = "github:aylur/ags"; ags.inputs.nixpkgs.follows = "nixpkgs"; - unlisted-fonts.url = "path:./custom/unlisted-fonts/"; + unlisted-fonts.url = "git+https://git.sakamoto.dev/kenji/nix-fonts.git"; unlisted-fonts.inputs.nixpkgs.follows = "nixpkgs"; nixvim.url = "github:nix-community/nixvim";