update flake inputs

This commit is contained in:
ulic-youthlic 2025-03-01 17:52:55 +08:00
parent 95a5012437
commit f5e9a2facf
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 164 additions and 123 deletions

View file

@ -2,8 +2,8 @@
description = "A simple NixOS flakes";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# nixpkgs.follows = "nixos-cosmic/nixpkgs";
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.follows = "nixos-cosmic/nixpkgs";
lix-module = {
url = "git+https://git.lix.systems/lix-project/nixos-module";