mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
tests: Add a test for nix-darwin modules (#909)
This commit is contained in:
parent
245930d735
commit
2167c1930c
4 changed files with 51 additions and 0 deletions
|
|
@ -7,6 +7,10 @@
|
|||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nix-darwin = {
|
||||
url = "github:lnl7/nix-darwin";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
flake-parts = {
|
||||
url = "github:hercules-ci/flake-parts";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue