chore(flake): Bump to new sonnenshift version with better flake

This commit is contained in:
Tristan Daniël Maat 2025-11-20 14:20:46 +08:00
parent d950c1fa23
commit ba617d429b
Signed by: tlater
GPG key ID: 02E935006CF2E8E7
2 changed files with 34 additions and 58 deletions

View file

@ -50,16 +50,9 @@
url = "git+ssh://git@github.com/sonnenshift/battery-manager";
inputs = {
nixpkgs.follows = "nixpkgs";
crate2nix.inputs = {
nixpkgs.follows = "nixpkgs";
flake-compat.follows = "deploy-rs/flake-compat";
cachix.inputs.nixpkgs.follows = "nixpkgs";
pre-commit-hooks.inputs.gitignore.follows = "sonnenshift/crate2nix/cachix/git-hooks/gitignore";
# Yes, they do this insanity:
# https://github.com/nix-community/crate2nix/issues/371
crate2nix_stable.follows = "sonnenshift/crate2nix";
devshell.inputs.flake-utils.follows = "deploy-rs/utils";
};
};
};