feat: add flake support

This commit is contained in:
Louis Dalibard 2024-07-10 14:45:18 +02:00
parent 339892c35c
commit a275cd199d

View File

@ -19,6 +19,7 @@
};
in {
nixosModules.default = ({config, pkgs, ...}: { nixpkgs.overlays = [ self.overlays.default ]; });
packages.x86_64-linux = rec {
inherit (pkgs)
kon