fix bug in flake.nix

This commit is contained in:
Fabián Montero 2023-09-04 23:46:21 -06:00
parent f31bf16551
commit e01b46a918

View file

@ -26,6 +26,7 @@
in
{
nixosConfigurations.triviOS = nixpkgs.lib.nixosSystem {
inherit pkgs;
system = crossSystem;
modules = [ ./triviOS ];
};