From 2dc32d8bf0239ed025971853a1b6ad9ebddd93ba Mon Sep 17 00:00:00 2001 From: awwpotato Date: Fri, 25 Apr 2025 03:37:00 -0700 Subject: [PATCH] stylix: switch back to original base16.nix (#1173) --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 0a4c823a..c9f1b7d4 100644 --- a/flake.lock +++ b/flake.lock @@ -5,15 +5,15 @@ "fromYaml": "fromYaml" }, "locked": { - "lastModified": 1745452037, + "lastModified": 1745523430, "narHash": "sha256-EAYWV+kXbwsH+8G/8UtmcunDeKwLwSOyfcmzZUkWE/c=", - "owner": "awwpotato", + "owner": "SenchoPens", "repo": "base16.nix", - "rev": "985d704b4ff9f75627f279ef091b2899f8456690", + "rev": "58bfe2553d937d8af0564f79d5b950afbef69717", "type": "github" }, "original": { - "owner": "awwpotato", + "owner": "SenchoPens", "repo": "base16.nix", "type": "github" } diff --git a/flake.nix b/flake.nix index 2c37bafb..b04628cb 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ url = "github:tinted-theming/base16-vim/577fe8125d74ff456cf942c733a85d769afe58b7"; }; - base16.url = "github:awwpotato/base16.nix"; + base16.url = "github:SenchoPens/base16.nix"; flake-compat.url = "github:edolstra/flake-compat"; flake-utils = {