Skip to content

Commit d1cb58b

Browse files
flake: update the lock (#197)
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` Flake lock file updates: • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/af66ad14b28a127c5c0f3bbb298218fc63528a18?narHash=sha256-pHYj8gUBapuUzKV/kN/tR3Zvqc7o6gdFB9XKXIp1SQ8%3D' (2025-08-06) → 'github:hercules-ci/flake-parts/4524271976b625a4a605beefd893f270620fd751?narHash=sha256-%2BuWLQZccFHwqpGqr2Yt5VsW/PbeJVTn9Dk6SHWhNRPw%3D' (2025-09-01) • Updated input 'flake-parts/nixpkgs-lib': 'github:nix-community/nixpkgs.lib/0f36c44e01a6129be94e3ade315a5883f0228a6e?narHash=sha256-zvaMGVn14/Zz8hnp4VWT9xVnhc8vuL3TStRqwk22biA%3D' (2025-07-27) → 'github:nix-community/nixpkgs.lib/a73b9c743612e4244d865a2fdee11865283c04e6?narHash=sha256-x2rJ%2BOvzq0sCMpgfgGaaqgBSwY%2BLST%2BWbZ6TytnT9Rk%3D' (2025-08-10) • Updated input 'home-manager': 'github:nix-community/home-manager/8b55a6ac58b678199e5bba701aaff69e2b3281c0?narHash=sha256-VJ%2BGm6YsHlPfUCpmRQxvdiZW7H3YPSrdVOewQHAhZN8%3D' (2025-08-23) → 'github:nix-community/home-manager/c75fd8e300b79502b8eecdacd8a426b12fadb460?narHash=sha256-Efi3THvsIS6Qd97s52/PSSHWybDlSbtUZXP8l3AR9Ps%3D' (2025-09-28) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/20075955deac2583bb12f07151c2df830ef346b4?narHash=sha256-HMwfAJBdrr8wXAkbGhtcby1zGFvs%2BStOp19xNsbqdOg%3D' (2025-08-19) → 'github:NixOS/nixpkgs/e643668fd71b949c53f8626614b21ff71a07379d?narHash=sha256-NY3kSorgqE5LMm1LqNwGne3ZLMF2/ILgLpFr1fS4X3o%3D' (2025-09-24) • Updated input 'sops-nix': 'github:Mic92/sops-nix/3223c7a92724b5d804e9988c6b447a0d09017d48?narHash=sha256-t%2Bvoe2961vCgrzPFtZxha0/kmFSHFobzF00sT8p9h0U%3D' (2025-08-12) → 'github:Mic92/sops-nix/9ac51832c70f2ff34fcc97b05fa74b4a78317f9e?narHash=sha256-53VP3BqMXJqD1He1WADTFyUnpta3mie56H7nC59tSic%3D' (2025-09-28) ``` ### Running GitHub Actions on this PR GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action. **To run GitHub Actions workflows on this PR, close and re-open this pull request.** --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 parents 48236e9 + 5de2108 commit d1cb58b

File tree

6 files changed

+26
-23
lines changed

6 files changed

+26
-23
lines changed

flake.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

home/lyc/configurations/ict-malcon/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
home.packages =
1313
with pkgs;
1414
[ ninja ]
15-
++ (with pkgs.llvmPackages_16; [
15+
++ (with pkgs.llvmPackages; [
1616
clang
1717
llvm
1818
lld

home/lyc/modules/programs/ssh.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
in
1010
{
1111
enable = lib.mkDefault true;
12-
serverAliveInterval = 3;
13-
controlMaster = "auto";
14-
controlPersist = "10m";
1512
matchBlocks = rec {
13+
"*" = {
14+
serverAliveInterval = 3;
15+
controlMaster = "auto";
16+
controlPersist = "10m";
17+
};
1618
hitmc = {
1719
hostname = "lan.hitmc.cc";
1820
user = "inclyc";

home/lyc/modules/programs/zsh/zsh.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
enableCompletion = true;
1616
historySubstringSearch.enable = true;
1717
autocd = true;
18-
dotDir = ".config/zsh";
18+
dotDir = "${config.xdg.configHome}/zsh";
1919
completionInit = "autoload -Uz compinit && compinit -iCd ${config.xdg.cacheHome}/zcompdump-$ZSH_VERSION";
2020
history.path = "${config.xdg.dataHome}/zsh/zsh_history";
2121

nixos/configurations/adrastea/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
lldb
9191
llvmPackages_latest.clang
9292
llvmPackages_latest.bintools
93-
(hiPrio clang-tools_16)
93+
(hiPrio clang-tools)
9494
rr
9595

9696
pciutils
@@ -298,7 +298,8 @@
298298
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAChPZIziXRA0i7/A5Q5JuQf0rh2tfIuQ/lE7gxoxyUv zhang@hhh"
299299
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG6MKXjYOkBEo7Ex6qTczyxS/jbYekBOs7klT6l62v+f dell@DESKTOP-SI7T7BL"
300300
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC1kJQp6apa/oxvdOr7+bmwLzM9nrXGrQVqnA6MFE+1k zxy@MacbookAir"
301-
] ++ config.users.users.lyc.openssh.authorizedKeys.keys;
301+
]
302+
++ config.users.users.lyc.openssh.authorizedKeys.keys;
302303
linger = true;
303304
};
304305
};

nixos/configurations/metis/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
llvmPackages_latest.bintools
9393
rr
9494
ninja
95-
(hiPrio clang-tools_16)
95+
(hiPrio clang-tools)
9696

9797
pciutils
9898
usbutils

0 commit comments

Comments
 (0)