flake: Sync flake input upstreams

This commit is contained in:
ulic-youthlic 2025-07-06 08:58:26 +08:00
parent f5977b7dcc
commit ed31c2cf5e
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 400 additions and 116 deletions

View file

@ -134,7 +134,6 @@
inputs = {
nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts";
home-manager.follows = "home-manager";
};
};
@ -173,11 +172,11 @@
type = "github";
owner = "nix-community";
repo = "NUR";
inputs = {
nixpkgs.follows = "nixpkgs";
treefmt-nix.follows = "treefmt-nix";
flake-parts.follows = "flake-parts";
};
};
nur-ataraxiasjel = {
type = "github";
owner = "AtaraxiaSjel";
repo = "nur";
};
};
}