pkgs: Synchronize upstream source archives for packages and inputs for flake

This commit is contained in:
ulic-youthlic 2025-06-20 18:22:23 +08:00
parent d390953280
commit 977ded3804
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
8 changed files with 127 additions and 63 deletions

View file

@ -38,6 +38,20 @@
# nixpkgs.url = "github:NixOS/nixpkgs/master";
# nixpkgs.follows = "nixos-cosmic/nixpkgs";
nixpkgs-hurl = {
type = "github";
owner = "NixOS";
repo = "nixpkgs";
ref = "refs/pull/418842/head";
};
nixpkgs-handbrake = {
type = "github";
owner = "NixOS";
repo = "nixpkgs";
rev = "c74daf34b6de017d7d43196c494f887a2b956f0f";
};
lix-module = {
url = "git+https://git.lix.systems/lix-project/nixos-module?ref=release-2.93";
inputs = {
@ -137,7 +151,7 @@
stylix = {
type = "github";
owner = "danth";
owner = "nix-community";
repo = "stylix";
inputs = {
nixpkgs.follows = "nixpkgs";