add home-manager and sops-nix to ci

This commit is contained in:
Jörg Thalheim 2024-11-17 13:51:11 +01:00 committed by Jörg Thalheim
parent dfcebb55c8
commit fe6a1bb922
6 changed files with 114 additions and 4 deletions

View file

@ -5,5 +5,11 @@
inputs.treefmt-nix.url = "github:numtide/treefmt-nix";
inputs.treefmt-nix.inputs.nixpkgs.follows = "nixpkgs-stable";
inputs.nix-darwin.url = "github:LnL7/nix-darwin";
inputs.nix-darwin.inputs.nixpkgs.follows = "nixpkgs-stable";
inputs.home-manager.url = "github:nix-community/home-manager";
inputs.home-manager.inputs.nixpkgs.follows = "nixpkgs-stable";
outputs = _: { };
}