chore: Update system flake inputs

This commit is contained in:
ulic-youthlic 2026-01-30 22:20:02 +08:00
parent 24d4042df7
commit 8c6a423684
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
5 changed files with 139 additions and 90 deletions

View file

@ -49,6 +49,12 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
# nixpkgs.url = "github:NixOS/nixpkgs/master";
nixpkgs-485356 = {
type = "github";
owner = "nixos";
repo = "nixpkgs";
ref = "refs/pull/485356/head";
};
lix-module = {
url = "git+https://git.lix.systems/lix-project/nixos-module?ref=release-2.93";