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