From f42e1acd99fe01e121a861bfc91d416de55d9466 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Thu, 27 Nov 2025 08:54:38 -0500 Subject: [PATCH] Use github:nix-community/stylix/release-25.05 --- flake.lock | 16 ++++++++-------- flake.nix | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 8b90855..836df05 100644 --- a/flake.lock +++ b/flake.lock @@ -455,11 +455,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1764203831, - "narHash": "sha256-pre2tgQ0HQIFjqk6I/udT06MtA4eSB1ccaK5NqoKLQw=", + "lastModified": 1764248989, + "narHash": "sha256-3aLoCMHQQHzhraz9Do91zpMABnIE3v6S+HR3PxI+d9E=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "de77917f8a756f581e5af93470cca46f05164681", + "rev": "15fec50a73e9de27d2be4bcbcb09d546a53ee06e", "type": "github" }, "original": { @@ -563,11 +563,11 @@ }, "nixpkgs_6": { "locked": { - "lastModified": 1751211869, - "narHash": "sha256-1Cu92i1KSPbhPCKxoiVG5qnoRiKTgR5CcGSRyLpOd7Y=", + "lastModified": 1763948260, + "narHash": "sha256-dY9qLD0H0zOUgU3vWacPY6Qc421BeQAfm8kBuBtPVE0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b43c397f6c213918d6cfe6e3550abfe79b5d1c51", + "rev": "1c8ba8d3f7634acac4a2094eef7c32ad9106532c", "type": "github" }, "original": { @@ -701,13 +701,13 @@ "locked": { "lastModified": 1763845106, "narHash": "sha256-S3HH655nydKoLTuqX8qcJidZH0PiWGB/YcoPomH1DaQ=", - "owner": "danth", + "owner": "nix-community", "repo": "stylix", "rev": "b9b8173a6e31c6d06f328307ddbdf7d6af82b7ad", "type": "github" }, "original": { - "owner": "danth", + "owner": "nix-community", "ref": "release-25.05", "repo": "stylix", "type": "github" diff --git a/flake.nix b/flake.nix index cdf76ce..25fea43 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ url = "github:nix-community/nixvim/nixos-25.05"; inputs.nixpkgs.follows = "nixpkgs"; }; - stylix.url = "github:danth/stylix/release-25.05"; + stylix.url = "github:nix-community/stylix/release-25.05"; vpngate.url = "github:davegallant/vpngate"; };