mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-13 14:07:50 +00:00
flake: add darwinModule
This commit is contained in:
parent
c1713898c4
commit
996451dbe2
2 changed files with 17 additions and 0 deletions
|
|
@ -53,6 +53,11 @@
|
|||
''
|
||||
self.nixosModules.nvf;
|
||||
};
|
||||
|
||||
darwinModules = {
|
||||
nvf = import ./flake/modules/nixos.nix {inherit lib inputs;};
|
||||
default = self.darwinModules.nvf;
|
||||
};
|
||||
};
|
||||
|
||||
perSystem = {pkgs, ...}: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue