From e145f6c0573e24028af38ba2485b298d97e8b857 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Mon, 26 May 2025 23:21:27 +0100 Subject: [PATCH] changed stylix pin to follow nixpkgs unpinned versions now everything should be rolling, stable is still pinned of course --- flake.lock | 41 ++++++++++++++++++++++------------------- flake.nix | 10 +++++++--- 2 files changed, 29 insertions(+), 22 deletions(-) diff --git a/flake.lock b/flake.lock index 3350a65..e9193c4 100644 --- a/flake.lock +++ b/flake.lock @@ -395,15 +395,16 @@ ] }, "locked": { - "lastModified": 1747565775, - "narHash": "sha256-B6jmKHUEX1jxxcdoYHl7RVaeohtAVup8o3nuVkzkloA=", + "lastModified": 1748226808, + "narHash": "sha256-GaBRgxjWO1bAQa8P2+FDxG4ANBVhjnSjBms096qQdxo=", "owner": "nix-community", "repo": "home-manager", - "rev": "97118a310eb8e13bc1b9b12d67267e55b7bee6c8", + "rev": "83665c39fa688bd6a1f7c43cf7997a70f6a109f9", "type": "github" }, "original": { "owner": "nix-community", + "ref": "release-25.05", "repo": "home-manager", "type": "github" } @@ -416,15 +417,16 @@ ] }, "locked": { - "lastModified": 1747279714, - "narHash": "sha256-UdxlE8yyrKiGq3bgGyJ78AdFwh+fuRAruKtyFY5Zq5I=", + "lastModified": 1748226808, + "narHash": "sha256-GaBRgxjWO1bAQa8P2+FDxG4ANBVhjnSjBms096qQdxo=", "owner": "nix-community", "repo": "home-manager", - "rev": "954615c510c9faa3ee7fb6607ff72e55905e69f2", + "rev": "83665c39fa688bd6a1f7c43cf7997a70f6a109f9", "type": "github" }, "original": { "owner": "nix-community", + "ref": "release-25.05", "repo": "home-manager", "type": "github" } @@ -578,16 +580,16 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1747485343, - "narHash": "sha256-YbsZyuRE1tobO9sv0PUwg81QryYo3L1F3R3rF9bcG38=", + "lastModified": 1748162331, + "narHash": "sha256-rqc2RKYTxP3tbjA+PB3VMRQNnjesrT0pEofXQTrMsS8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9b5ac7ad45298d58640540d0323ca217f32a6762", + "rev": "7c43f080a7f28b2774f3b3f43234ca11661bf334", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-24.11", + "ref": "nixos-25.05", "repo": "nixpkgs", "type": "github" } @@ -626,16 +628,16 @@ }, "nixpkgs_4": { "locked": { - "lastModified": 1747327360, - "narHash": "sha256-LSmTbiq/nqZR9B2t4MRnWG7cb0KVNU70dB7RT4+wYK4=", + "lastModified": 1748162331, + "narHash": "sha256-rqc2RKYTxP3tbjA+PB3VMRQNnjesrT0pEofXQTrMsS8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e06158e58f3adee28b139e9c2bcfcc41f8625b46", + "rev": "7c43f080a7f28b2774f3b3f43234ca11661bf334", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-unstable", + "ref": "nixos-25.05", "repo": "nixpkgs", "type": "github" } @@ -861,15 +863,16 @@ "tinted-zed": "tinted-zed" }, "locked": { - "lastModified": 1747673601, - "narHash": "sha256-jVs4byXRcqLpOTsr1MC5XwVyPhasswY2uc+Jkf5Fgmo=", - "owner": "danth", + "lastModified": 1748282308, + "narHash": "sha256-pjNhKw3wdj4n1zQrTyuZjpTpr+ssQzG0EPeWMQr9gHo=", + "owner": "nix-community", "repo": "stylix", - "rev": "2e58606c9c14d943783b5c0a8097f6f9712db3ee", + "rev": "c36cc92e08f1ce24a772d2f3ac9f049b963a07f0", "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 8066bcd..6688b8d 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,13 @@ # Home manager using nixos-unstable home-manager = { - url = "github:nix-community/home-manager/release-25.05"; + url = "github:nix-community/home-manager"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + + # Automatic themeing (using home-manager module) + stylix = { + url = "github:nix-community/stylix/"; inputs.nixpkgs.follows = "nixpkgs"; }; @@ -42,8 +48,6 @@ url = "github:nekowinston/satisfactory-server-flake"; inputs.nixpkgs.follows = "nixpkgs"; }; - # Automatic themeing (using home-manager module) - stylix.url = "github:nix-community/stylix/release-25.05"; musnix.url = "github:musnix/musnix"; };