fix bug in flake.nix
This commit is contained in:
parent
f31bf16551
commit
e01b46a918
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
in
|
||||
{
|
||||
nixosConfigurations.triviOS = nixpkgs.lib.nixosSystem {
|
||||
inherit pkgs;
|
||||
system = crossSystem;
|
||||
modules = [ ./triviOS ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue