Skip to content

Commit

Permalink
Fix comin module declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
nlewo committed Apr 28, 2024
1 parent cb64098 commit 25c3eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
package = nixpkgsFor."${system}".comin;
});

nixosModules.comin = import ./nix/module.nix self.packages.default;
nixosModules.comin = import ./nix/module.nix self.overlays.default;
devShells.x86_64-linux.default = let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
in pkgs.mkShell {
Expand Down

0 comments on commit 25c3eff

Please sign in to comment.