From c4b66d8f0c2942e8bef2f16d93e03a4c7a62c414 Mon Sep 17 00:00:00 2001 From: Nydragon Date: Sun, 24 Nov 2024 14:57:04 +0100 Subject: [PATCH] chore: track git.outfoxxed.me --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 5a540d5..6694d29 100644 --- a/flake.lock +++ b/flake.lock @@ -25,15 +25,15 @@ "locked": { "lastModified": 1732449022, "narHash": "sha256-cqjfBI0eUZw2CyKCa/Wzywbv7+ld6yKVdyOLbh0LMrE=", - "owner": "nydragon", - "repo": "quickshell", + "ref": "refs/heads/master", "rev": "31adcaac7662d6c7fbbc901ba11e0d95f0c7fc56", - "type": "github" + "revCount": 420, + "type": "git", + "url": "https://git.outfoxxed.me/quickshell/quickshell" }, "original": { - "owner": "nydragon", - "repo": "quickshell", - "type": "github" + "type": "git", + "url": "https://git.outfoxxed.me/quickshell/quickshell" } }, "root": { diff --git a/flake.nix b/flake.nix index 91e4a65..0e462cd 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; quickshell = { - url = "github:nydragon/quickshell"; + url = "git+https://git.outfoxxed.me/quickshell/quickshell"; inputs.nixpkgs.follows = "nixpkgs"; }; };