nix-git-cherry-picker: init

This commit is contained in:
2026-06-08 13:08:35 +02:00
parent 774b7c0a77
commit efe30f4c1d
4 changed files with 48 additions and 0 deletions
+5
View File
@@ -26,6 +26,11 @@
inputs.flake-utils.follows = "flake-utils";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
nix-git-cherry-picker = {
url = "github:tomasriveral/nix-git-cherry-picker";
inputs.flake-utils.follows = "flake-utils";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
caelestia-shell = {
# based on quickshell. See https://github.com/caelestia-dots/shell
url = "github:caelestia-dots/shell";