chore: Update flake inputs

This commit is contained in:
ulic-youthlic 2025-11-24 13:06:20 +08:00
parent a8a376787a
commit 9556ca8d50
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
5 changed files with 147 additions and 175 deletions

View file

@ -49,6 +49,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
# nixpkgs.url = "github:NixOS/nixpkgs/master";
nixpkgs-fix-awscli2.url = "github:NixOS/nixpkgs/master";
lix-module = {
url = "git+https://git.lix.systems/lix-project/nixos-module?ref=release-2.93";
@ -234,19 +235,12 @@
repo = "nix-gaming";
};
quickshell = {
type = "github";
owner = "outfoxxed";
repo = "quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};
noctalia = {
type = "github";
owner = "noctalia-dev";
repo = "noctalia-shell";
inputs = {
nixpkgs.follows = "nixpkgs";
quickshell.follows = "quickshell";
};
};
};