feat(windows): install cassowary

This commit is contained in:
Khaïs COLIN 2025-02-02 18:10:31 +01:00
parent f1212118cf
commit 2b0e8a8669
3 changed files with 31 additions and 0 deletions

View file

@ -27,6 +27,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
cassowary = {
url = "git+ssh://gitsrht@git.sourcehut.005540.xyz/~logistic-bot/cassowary";
inputs.nixpkgs.follows = "nixpkgs";
};
other-transcode = {
url = "github:logistic-bot/other_video_transcoding_nix";
inputs.nixpkgs.follows = "nixpkgs";
@ -52,6 +57,7 @@
other-transcode,
nix-doom-emacs-unstraightened,
nixos-06cb-009a-fingerprint-sensor,
cassowary,
...
}: let
system = "x86_64-linux";
@ -62,6 +68,7 @@
kitty-unstable = nixpkgs-unstable.legacyPackages.${system}.kitty;
other-transcode = other-transcode.packages.${system}.default;
nix-doom-emacs-unstraightened = nix-doom-emacs-unstraightened.hmModule;
cassowary = cassowary.packages.${system}.default;
};
in {
nixosConfigurations.void = nixpkgs.lib.nixosSystem {