mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
refactor: pointless abstraction for fun
This commit is contained in:
parent
01b1b13b6a
commit
c9024ba8b7
2 changed files with 25 additions and 22 deletions
13
lib/buildLiminalOS.nix
Normal file
13
lib/buildLiminalOS.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
nixpkgs,
|
||||
inputs,
|
||||
systemModule,
|
||||
}:
|
||||
nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
modules = [
|
||||
systemModule
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue