Merge branch 'fixHomeManager' into docs-rewrite

This commit is contained in:
NotAShelf 2023-04-02 20:01:48 +03:00 committed by GitHub
commit 4b8172e2a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -2,8 +2,9 @@
dag = import ./dag.nix {inherit lib;};
booleans = import ./booleans.nix {inherit lib;};
types = import ./types {inherit lib;};
imports = [
./assertions.nix
];
}

View file

@ -54,5 +54,6 @@ in {
message = "You cannot use neovim-flake together with vanilla neovim.";
}
];
};
}