readd nix-git-cherry-picker to flake.nix

This commit is contained in:
2026-06-08 16:06:38 +02:00
parent 95d14041cc
commit 6d5ab8d831
+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";