flake: update nixpkgs url to smaller endpoint

• Updated input 'nixpkgs':
'github:nixos/nixpkgs/20c4598c84a671783f741e02bf05cbfaf4907cff?narHash=sha256-a0%2Bh02lyP2KwSNrZz4wLJTu9ikujNsTWIC874Bv7IJ0%3D' (2025-10-06)
→ 'https://releases.nixos.org/nixos/25.05/nixos-25.05.811135.7e297ddff44a/nixexprs.tar.xz?narHash=sha256-VWlJtLQ5EQQj45Wj0yTExtSjwRyZ59/qMqEwus/Exlg%3D' (2025-10-13)

Changed files
+8 -11
+7 -10
flake.lock
···
},
"nixpkgs_6": {
"locked": {
-
"lastModified": 1759735786,
-
"narHash": "sha256-a0+h02lyP2KwSNrZz4wLJTu9ikujNsTWIC874Bv7IJ0=",
-
"owner": "nixos",
-
"repo": "nixpkgs",
-
"rev": "20c4598c84a671783f741e02bf05cbfaf4907cff",
-
"type": "github"
+
"lastModified": 1760324802,
+
"narHash": "sha256-VWlJtLQ5EQQj45Wj0yTExtSjwRyZ59/qMqEwus/Exlg=",
+
"rev": "7e297ddff44a3cc93673bb38d0374df8d0ad73e4",
+
"type": "tarball",
+
"url": "https://releases.nixos.org/nixos/25.05/nixos-25.05.811135.7e297ddff44a/nixexprs.tar.xz"
},
"original": {
-
"owner": "nixos",
-
"ref": "nixos-25.05",
-
"repo": "nixpkgs",
-
"type": "github"
+
"type": "tarball",
+
"url": "https://nixpkgs.dev/channel/nixos-25.05"
}
},
"pre-commit-hooks-nix": {
+1 -1
flake.nix
···
inputs = {
mystia.url = "github:soopyc/mystia";
# nixpkgs.follows = "mystia/nixpkgs";
-
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
+
nixpkgs.url = "https://nixpkgs.dev/channel/nixos-25.05";
nixos-hardware.url = "github:soopyc/nixos-hardware/apple-t2-updates";
catppuccin.url = "github:catppuccin/nix/release-25.05";