mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 17:32:26 +00:00
Fix home-manager impurity and add brew configuration
This commit is contained in:
20
modules/overlays/changedetection.io/setup.patch
Normal file
20
modules/overlays/changedetection.io/setup.patch
Normal file
@@ -0,0 +1,20 @@
|
||||
new file mode 100644
|
||||
index 0000000..e4db3d0
|
||||
--- /dev/null
|
||||
+++ b/MANIFEST.in
|
||||
@@ -0,0 +1 @@
|
||||
+recursive-include backend *
|
||||
diff --git a/setup.py b/setup.py
|
||||
new file mode 100644
|
||||
index 0000000..82bc34d
|
||||
--- /dev/null
|
||||
+++ b/setup.py
|
||||
@@ -0,0 +1,8 @@
|
||||
+from setuptools import setup, find_packages
|
||||
+
|
||||
+setup(
|
||||
+ name="changedetection.io",
|
||||
+ include_package_data=True,
|
||||
+ packages=find_packages(),
|
||||
+ scripts = [ './changedetection.py' ],
|
||||
+)
|
Reference in New Issue
Block a user