update flake inputs

This commit is contained in:
ulic-youthlic 2025-02-19 23:59:39 +08:00
parent 35e4b3b2a2
commit 836256e5e3
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
3 changed files with 49 additions and 60 deletions

View file

@ -2,7 +2,8 @@
description = "A simple NixOS flakes";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.follows = "nixos-cosmic/nixpkgs";
helix = {
url = "github:helix-editor/helix/master";
@ -63,7 +64,7 @@
};
stylix = {
url = "github:danth/stylix";
url = "github:danth/stylix?rev=e86de61bb8f5f2b6459d0be3e3291ad16db4b777";
};
disko = {