nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 688bb21017589468096b0ad35171f01880ba29a7
parent e86b78d716d27f827772bef3dcfc49c56b95eaf2
Author: Toni Brown <me@tb148.net>
Date:   Wed, 14 Jan 2026 13:48:13 +0800

Comment out Lix and update flake inputs to use SSH

- Change catppuccin and home-manager URLs from HTTPS to SSH
- Update flake.lock with new revisions and shallow flags
- Comment out nix.package = pkgs.lixPackageSets.latest.lix

Diffstat:
Mconfiguration.nix | 2+-
Mflake.lock | 208+++++++++++++++++++++++++++++++++++++++++--------------------------------------
Mflake.nix | 4++--
3 files changed, 111 insertions(+), 103 deletions(-)

diff --git a/configuration.nix b/configuration.nix @@ -99,7 +99,7 @@ # serviceMode = true; # }; - nix.package = pkgs.lixPackageSets.latest.lix; + # nix.package = pkgs.lixPackageSets.latest.lix; nix.settings.substituters = ["https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store"]; nix.extraOptions = lib.concatStringsSep "\n" [ diff --git a/flake.lock b/flake.lock @@ -1,102 +1,110 @@ { - "nodes": { - "catppuccin": { - "inputs": { - "nixpkgs": ["nixpkgs"] - }, - "locked": { - "lastModified": 1767967164, - "narHash": "sha256-Cx4VETh9dGoQYDtWhre7g66d7SAr+h1h6f+SSHxVrck=", - "owner": "catppuccin", - "repo": "nix", - "rev": "e973584280e3b0e1d5b5a1a5e9948dc222c54af7", - "type": "github" - }, - "original": { - "owner": "catppuccin", - "repo": "nix", - "type": "github" - } - }, - "home-manager": { - "inputs": { - "nixpkgs": ["nixpkgs"] - }, - "locked": { - "lastModified": 1768248913, - "narHash": "sha256-Kr45H5StnR9hgEhpKD8/BDZLvEpLVJb51lvIDQ9EC7U=", - "owner": "nix-community", - "repo": "home-manager", - "rev": "360620ec9d5ffc186b5b1fca4c5f5b2e1634a5cf", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "home-manager", - "type": "github" - } - }, - "nixpkgs": { - "locked": { - "lastModified": 1768127708, - "narHash": "sha256-1Sm77VfZh3mU0F5OqKABNLWxOuDeHIlcFjsXeeiPazs=", - "ref": "nixos-unstable", - "rev": "ffbc9f8cbaacfb331b6017d5a5abb21a492c9a38", - "shallow": true, - "type": "git", - "url": "https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git" - }, - "original": { - "ref": "nixos-unstable", - "shallow": true, - "type": "git", - "url": "https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git" - } - }, - "nixpkgs-stable": { - "locked": { - "lastModified": 1768028080, - "narHash": "sha256-50aDK+8eLvsLK39TzQhKNq50/HcXyP4hyxOYoPoVxjo=", - "ref": "nixos-25.11", - "rev": "d03088749a110d52a4739348f39a63f84bb0be14", - "shallow": true, - "type": "git", - "url": "https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git" - }, - "original": { - "ref": "nixos-25.11", - "shallow": true, - "type": "git", - "url": "https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git" - } - }, - "nixpkgs-staging": { - "locked": { - "lastModified": 1768259000, - "narHash": "sha256-K/dsw/r5QBzejvWxV+nS9x6m1Cv/IdNoQM7zPOT/z2E=", - "ref": "staging", - "rev": "4f3be6e36fddf57b39000ab1cbaddcfcf7795e3b", - "shallow": true, - "type": "git", - "url": "https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git" - }, - "original": { - "ref": "staging", - "shallow": true, - "type": "git", - "url": "https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git" - } - }, - "root": { - "inputs": { - "catppuccin": "catppuccin", - "home-manager": "home-manager", - "nixpkgs": "nixpkgs", - "nixpkgs-stable": "nixpkgs-stable", - "nixpkgs-staging": "nixpkgs-staging" - } - } - }, - "root": "root", - "version": 7 + "nodes": { + "catppuccin": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1767967164, + "narHash": "sha256-Cx4VETh9dGoQYDtWhre7g66d7SAr+h1h6f+SSHxVrck=", + "ref": "main", + "rev": "e973584280e3b0e1d5b5a1a5e9948dc222c54af7", + "shallow": true, + "type": "git", + "url": "ssh://git@github.com/catppuccin/nix" + }, + "original": { + "ref": "main", + "shallow": true, + "type": "git", + "url": "ssh://git@github.com/catppuccin/nix" + } + }, + "home-manager": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1768366276, + "narHash": "sha256-NUdsaB6H1wvbOC7oh1UZ7Ojg1I+mYBQv8ovlMB6FbHk=", + "ref": "master", + "rev": "4e235a8746b195e335306d898f0cc93ad6c4564c", + "shallow": true, + "type": "git", + "url": "ssh://git@github.com/nix-community/home-manager" + }, + "original": { + "ref": "master", + "shallow": true, + "type": "git", + "url": "ssh://git@github.com/nix-community/home-manager" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1768127708, + "narHash": "sha256-1Sm77VfZh3mU0F5OqKABNLWxOuDeHIlcFjsXeeiPazs=", + "ref": "nixos-unstable", + "rev": "ffbc9f8cbaacfb331b6017d5a5abb21a492c9a38", + "shallow": true, + "type": "git", + "url": "https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git" + }, + "original": { + "ref": "nixos-unstable", + "shallow": true, + "type": "git", + "url": "https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git" + } + }, + "nixpkgs-stable": { + "locked": { + "lastModified": 1768242861, + "narHash": "sha256-F4IIxa5xDHjtrmMcayM8lHctUq1oGltfBQu2+oqDWP4=", + "ref": "nixos-25.11", + "rev": "1327e798cb055f96f92685df444e9a2c326ab5ed", + "shallow": true, + "type": "git", + "url": "https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git" + }, + "original": { + "ref": "nixos-25.11", + "shallow": true, + "type": "git", + "url": "https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git" + } + }, + "nixpkgs-staging": { + "locked": { + "lastModified": 1768349994, + "narHash": "sha256-Dz+v2N/IOA8lylOm5vbc+vdfHEBoYrpr/BGfFsgsmH4=", + "ref": "staging", + "rev": "df490f67d4bbf712457c5f70b2db4debb1374a7c", + "shallow": true, + "type": "git", + "url": "https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git" + }, + "original": { + "ref": "staging", + "shallow": true, + "type": "git", + "url": "https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git" + } + }, + "root": { + "inputs": { + "catppuccin": "catppuccin", + "home-manager": "home-manager", + "nixpkgs": "nixpkgs", + "nixpkgs-stable": "nixpkgs-stable", + "nixpkgs-staging": "nixpkgs-staging" + } + } + }, + "root": "root", + "version": 7 } diff --git a/flake.nix b/flake.nix @@ -5,9 +5,9 @@ nixpkgs.url = "git+https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git?ref=nixos-unstable&shallow=1"; nixpkgs-stable.url = "git+https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git?ref=nixos-25.11&shallow=1"; nixpkgs-staging.url = "git+https://mirrors.tuna.tsinghua.edu.cn/git/nixpkgs.git?ref=staging&shallow=1"; - home-manager.url = "github:nix-community/home-manager"; + home-manager.url = "git+ssh://git@github.com/nix-community/home-manager?ref=master&shallow=1"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; - catppuccin.url = "github:catppuccin/nix"; + catppuccin.url = "git+ssh://git@github.com/catppuccin/nix?ref=main&shallow=1"; catppuccin.inputs.nixpkgs.follows = "nixpkgs"; };