feat: Put modules outside flake parts
This commit is contained in:
@@ -32,7 +32,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
devShells.default = pkgs.callPackage ./shell.nix {};
|
devShells.default = pkgs.callPackage ./shell.nix {};
|
||||||
|
})
|
||||||
|
// {
|
||||||
# For NixOS modules
|
# For NixOS modules
|
||||||
nixosModules.default = {
|
nixosModules.default = {
|
||||||
config,
|
config,
|
||||||
@@ -122,8 +123,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
})
|
|
||||||
// {
|
|
||||||
# Overlay for adding to nixpkgs
|
# Overlay for adding to nixpkgs
|
||||||
overlays.default = final: prev: {
|
overlays.default = final: prev: {
|
||||||
linux-file-converter-addon = final.callPackage ./package.nix {};
|
linux-file-converter-addon = final.callPackage ./package.nix {};
|
||||||
|
|||||||
Reference in New Issue
Block a user