diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-20 16:10:21 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-20 16:14:26 +0200 |
commit | 368cb6b0d25db2ae23be42ad51584de059997e51 (patch) | |
tree | 3282e45d3ebced63c8498a47e83a255c35de620b /pkgs/sources/update_vim_plugins | |
parent | refactor(hm): Rename to `modules/home` (diff) | |
download | nixos-config-368cb6b0d25db2ae23be42ad51584de059997e51.tar.gz nixos-config-368cb6b0d25db2ae23be42ad51584de059997e51.zip |
refactor(sys): Modularize and move to `modules/system` or `pkgs`
Diffstat (limited to '')
-rw-r--r-- | pkgs/sources/update_vim_plugins/.envrc (renamed from sys/nixpkgs/pkgs/update_vim_plugins/.envrc) | 0 | ||||
-rwxr-xr-x | pkgs/sources/update_vim_plugins/check-duplicates.sh (renamed from sys/nixpkgs/pkgs/update_vim_plugins/check-duplicates.sh) | 0 | ||||
-rw-r--r-- | pkgs/sources/update_vim_plugins/default.nix (renamed from sys/nixpkgs/pkgs/update_vim_plugins/default.nix) | 0 | ||||
-rw-r--r-- | pkgs/sources/update_vim_plugins/flake.lock (renamed from sys/nixpkgs/pkgs/update_vim_plugins/flake.lock) | 0 | ||||
-rw-r--r-- | pkgs/sources/update_vim_plugins/flake.nix (renamed from sys/nixpkgs/pkgs/update_vim_plugins/flake.nix) | 0 | ||||
-rw-r--r-- | pkgs/sources/update_vim_plugins/package.nix (renamed from sys/nixpkgs/pkgs/update_vim_plugins/package.nix) | 0 | ||||
-rw-r--r-- | pkgs/sources/update_vim_plugins/poetry.lock (renamed from sys/nixpkgs/pkgs/update_vim_plugins/poetry.lock) | 0 | ||||
-rw-r--r-- | pkgs/sources/update_vim_plugins/pyproject.toml (renamed from sys/nixpkgs/pkgs/update_vim_plugins/pyproject.toml) | 0 | ||||
-rwxr-xr-x | pkgs/sources/update_vim_plugins/update.sh (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update.sh) | 0 | ||||
-rw-r--r-- | pkgs/sources/update_vim_plugins/update_vim_plugins/__init__.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/__init__.py) | 0 | ||||
-rw-r--r-- | pkgs/sources/update_vim_plugins/update_vim_plugins/__main__.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/__main__.py) | 0 | ||||
-rw-r--r-- | pkgs/sources/update_vim_plugins/update_vim_plugins/cleanup.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/cleanup.py) | 0 | ||||
-rw-r--r-- | pkgs/sources/update_vim_plugins/update_vim_plugins/helpers.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/helpers.py) | 0 | ||||
-rw-r--r-- | pkgs/sources/update_vim_plugins/update_vim_plugins/nix.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/nix.py) | 0 | ||||
-rw-r--r-- | pkgs/sources/update_vim_plugins/update_vim_plugins/plugin.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/plugin.py) | 0 | ||||
-rw-r--r-- | pkgs/sources/update_vim_plugins/update_vim_plugins/spec.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/spec.py) | 0 | ||||
-rw-r--r-- | pkgs/sources/update_vim_plugins/update_vim_plugins/tests/__init__.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/__init__.py) | 0 | ||||
-rw-r--r-- | pkgs/sources/update_vim_plugins/update_vim_plugins/tests/fixtures.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/fixtures.py) | 0 | ||||
-rw-r--r-- | pkgs/sources/update_vim_plugins/update_vim_plugins/tests/test_nix.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/test_nix.py) | 0 | ||||
-rw-r--r-- | pkgs/sources/update_vim_plugins/update_vim_plugins/tests/test_plugin.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/test_plugin.py) | 0 | ||||
-rw-r--r-- | pkgs/sources/update_vim_plugins/update_vim_plugins/tests/test_spec.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/test_spec.py) | 0 | ||||
-rw-r--r-- | pkgs/sources/update_vim_plugins/update_vim_plugins/update.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/update.py) | 0 |
22 files changed, 0 insertions, 0 deletions
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/.envrc b/pkgs/sources/update_vim_plugins/.envrc index 3550a30f..3550a30f 100644 --- a/sys/nixpkgs/pkgs/update_vim_plugins/.envrc +++ b/pkgs/sources/update_vim_plugins/.envrc diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/check-duplicates.sh b/pkgs/sources/update_vim_plugins/check-duplicates.sh index 781b8aeb..781b8aeb 100755 --- a/sys/nixpkgs/pkgs/update_vim_plugins/check-duplicates.sh +++ b/pkgs/sources/update_vim_plugins/check-duplicates.sh diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/default.nix b/pkgs/sources/update_vim_plugins/default.nix index 7f0b3f0d..7f0b3f0d 100644 --- a/sys/nixpkgs/pkgs/update_vim_plugins/default.nix +++ b/pkgs/sources/update_vim_plugins/default.nix diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/flake.lock b/pkgs/sources/update_vim_plugins/flake.lock index 50494465..50494465 100644 --- a/sys/nixpkgs/pkgs/update_vim_plugins/flake.lock +++ b/pkgs/sources/update_vim_plugins/flake.lock diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/flake.nix b/pkgs/sources/update_vim_plugins/flake.nix index ef440af0..ef440af0 100644 --- a/sys/nixpkgs/pkgs/update_vim_plugins/flake.nix +++ b/pkgs/sources/update_vim_plugins/flake.nix diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/package.nix b/pkgs/sources/update_vim_plugins/package.nix index e74a29b1..e74a29b1 100644 --- a/sys/nixpkgs/pkgs/update_vim_plugins/package.nix +++ b/pkgs/sources/update_vim_plugins/package.nix diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/poetry.lock b/pkgs/sources/update_vim_plugins/poetry.lock index f4764b42..f4764b42 100644 --- a/sys/nixpkgs/pkgs/update_vim_plugins/poetry.lock +++ b/pkgs/sources/update_vim_plugins/poetry.lock diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/pyproject.toml b/pkgs/sources/update_vim_plugins/pyproject.toml index 38caf76d..38caf76d 100644 --- a/sys/nixpkgs/pkgs/update_vim_plugins/pyproject.toml +++ b/pkgs/sources/update_vim_plugins/pyproject.toml diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update.sh b/pkgs/sources/update_vim_plugins/update.sh index 1bad12a9..1bad12a9 100755 --- a/sys/nixpkgs/pkgs/update_vim_plugins/update.sh +++ b/pkgs/sources/update_vim_plugins/update.sh diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/__init__.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/__init__.py index e69de29b..e69de29b 100644 --- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/__init__.py +++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/__init__.py diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/__main__.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/__main__.py index a8d9e06f..a8d9e06f 100644 --- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/__main__.py +++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/__main__.py diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/cleanup.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/cleanup.py index fd313ed0..fd313ed0 100644 --- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/cleanup.py +++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/cleanup.py diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/helpers.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/helpers.py index 8a28b0e8..8a28b0e8 100644 --- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/helpers.py +++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/helpers.py diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/nix.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/nix.py index 66a8df4c..66a8df4c 100644 --- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/nix.py +++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/nix.py diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/plugin.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/plugin.py index 8334ad53..8334ad53 100644 --- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/plugin.py +++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/plugin.py diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/spec.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/spec.py index 0f2fb29c..0f2fb29c 100644 --- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/spec.py +++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/spec.py diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/__init__.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/tests/__init__.py index e69de29b..e69de29b 100644 --- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/__init__.py +++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/tests/__init__.py diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/fixtures.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/tests/fixtures.py index 75dd251a..75dd251a 100644 --- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/fixtures.py +++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/tests/fixtures.py diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/test_nix.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/tests/test_nix.py index 46e59f76..46e59f76 100644 --- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/test_nix.py +++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/tests/test_nix.py diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/test_plugin.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/tests/test_plugin.py index 32377e24..32377e24 100644 --- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/test_plugin.py +++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/tests/test_plugin.py diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/test_spec.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/tests/test_spec.py index 2b9a1d24..2b9a1d24 100644 --- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/test_spec.py +++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/tests/test_spec.py diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/update.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/update.py index 7eb3eeb4..7eb3eeb4 100644 --- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/update.py +++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/update.py |