diff --git a/flake.lock b/flake.lock index 9c92112..e486f13 100644 --- a/flake.lock +++ b/flake.lock @@ -404,15 +404,16 @@ ] }, "locked": { - "lastModified": 1764194569, - "narHash": "sha256-iUM9ktarEzThkayyZrzQ7oycPshAY2XRQqVKz0xX/L0=", + "lastModified": 1764177491, + "narHash": "sha256-dhX2abFWxeXab3Aad4Pg1xGtn9W84/qetNXfmYUwktw=", "owner": "nix-community", "repo": "home-manager", - "rev": "9651819d75f6c7ffaf8a9227490ac704f29659f0", + "rev": "2217780c39169a9c77915200137550c2ef0fa974", "type": "github" }, "original": { "owner": "nix-community", + "ref": "release-25.11", "repo": "home-manager", "type": "github" } @@ -872,16 +873,16 @@ }, "nixpkgs-small": { "locked": { - "lastModified": 1764208122, - "narHash": "sha256-1xFkMafM6kH71FGp/JWxupwnfKfmNkufV0HC5Z809Q4=", + "lastModified": 1764192966, + "narHash": "sha256-gGwJNJTb4p90y3VG0QbgnpCi6RFm0p+QFMp+jGqXj+A=", "owner": "nixos", "repo": "nixpkgs", - "rev": "7cef73104517b214312c5e603c907fda03074079", + "rev": "dcab162b6c4416f205dfb8c3603c76f2245644e2", "type": "github" }, "original": { "owner": "nixos", - "ref": "master", + "ref": "nixos-25.11-small", "repo": "nixpkgs", "type": "github" } @@ -904,16 +905,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1764208122, - "narHash": "sha256-1xFkMafM6kH71FGp/JWxupwnfKfmNkufV0HC5Z809Q4=", + "lastModified": 1764020296, + "narHash": "sha256-6zddwDs2n+n01l+1TG6PlyokDdXzu/oBmEejcH5L5+A=", "owner": "nixos", "repo": "nixpkgs", - "rev": "7cef73104517b214312c5e603c907fda03074079", + "rev": "a320ce8e6e2cc6b4397eef214d202a50a4583829", "type": "github" }, "original": { "owner": "nixos", - "ref": "master", + "ref": "nixos-25.11", "repo": "nixpkgs", "type": "github" } @@ -1088,15 +1089,16 @@ "tinted-zed": "tinted-zed" }, "locked": { - "lastModified": 1764191810, - "narHash": "sha256-rofXPD/9TGpHveo1MTlUfpnF0MCG1/uHUB9f0rosdqc=", + "lastModified": 1764193603, + "narHash": "sha256-guX30TWe8HRG2qPFiM9893F2uTw4B8D/xkE6Mq7MiYg=", "owner": "danth", "repo": "stylix", - "rev": "70c444a10d0c9ef71a25580dfa79af9cd43f3a5e", + "rev": "9bf8725a3d65b3ff0ba68ce13779657f5095e36b", "type": "github" }, "original": { "owner": "danth", + "ref": "release-25.11", "repo": "stylix", "type": "github" } diff --git a/flake.nix b/flake.nix index f6dc508..7d92cca 100644 --- a/flake.nix +++ b/flake.nix @@ -2,19 +2,16 @@ description = "JawZ NixOS flake setup"; inputs = { flake-parts.url = "github:hercules-ci/flake-parts"; - nixpkgs.url = "github:nixos/nixpkgs?ref=master"; - nixpkgs-small.url = "github:nixos/nixpkgs?ref=master"; - # nixpkgs-small.url = "github:nixos/nixpkgs?ref=nixos-25.05-small"; + nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.11"; + nixpkgs-small.url = "github:nixos/nixpkgs?ref=nixos-25.11-small"; nixpkgs-unstable.url = "github:nixos/nixpkgs?ref=nixos-unstable"; ucodenix.url = "github:e-tho/ucodenix/ba7f0a366460e0fbea9622fc770cb982be0e4720"; home-manager = { - # url = "github:nix-community/home-manager?ref=release-25.05"; - url = "github:nix-community/home-manager"; + url = "github:nix-community/home-manager?ref=release-25.11"; inputs.nixpkgs.follows = "nixpkgs"; }; stylix = { - # url = "github:danth/stylix/release-25.05"; - url = "github:danth/stylix"; + url = "github:danth/stylix/release-25.11"; inputs.nixpkgs.follows = "nixpkgs"; }; doom-emacs = {