Skip to content

Commit

Permalink
flake: Add missing nixosModules output
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Jul 12, 2024
1 parent f9e0036 commit c4e19b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
default = callPackage ./nix/package.nix { };
};

nixosModules = {
sakaya = callPackage ./nix/module.nix { };
default = callPackage ./nix/module.nix { };
};

devShells.x86_64-linux.default = pkgs.mkShell (import ./nix/shell.nix {
inherit pkgs;
});
Expand Down

0 comments on commit c4e19b5

Please sign in to comment.