nixos module
This commit is contained in:
parent
2057a1cd48
commit
60aa3ad422
2 changed files with 72 additions and 1 deletions
|
|
@ -27,5 +27,7 @@
|
|||
vendorHash = null; # Will need updating after go mod tidy
|
||||
};
|
||||
}
|
||||
);
|
||||
) // {
|
||||
nixosModules.default = import ./nixos-module.nix { inherit self; };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue