mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-05-15 01:41:19 +08:00
add home-manager and sops-nix to ci
This commit is contained in:
parent
dfcebb55c8
commit
fe6a1bb922
6 changed files with 114 additions and 4 deletions
|
|
@ -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 = _: { };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue