about summary refs log tree commit diff stats
path: root/flake
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.lock91
-rw-r--r--flake.nix33
-rw-r--r--flake/default.nix6
3 files changed, 0 insertions, 130 deletions
diff --git a/flake.lock b/flake.lock
index 7c8c5d13..344edbfc 100644
--- a/flake.lock
+++ b/flake.lock
@@ -339,35 +339,6 @@
         "type": "github"
       }
     },
-    "lf_rename": {
-      "inputs": {
-        "flake-compat": [
-          "flake-compat"
-        ],
-        "flake-utils": [
-          "flake-utils"
-        ],
-        "nixpkgs": [
-          "nixpkgs"
-        ],
-        "systems": [
-          "systems"
-        ]
-      },
-      "locked": {
-        "lastModified": 1692548268,
-        "narHash": "sha256-UnuTjb4RTnPoNJ4u4LBOpSObf7HkGMhR4M7e6xL9o/c=",
-        "ref": "refs/heads/prime",
-        "rev": "03dc34eac8a469a723298846081d5fea31157cb8",
-        "revCount": 9,
-        "type": "git",
-        "url": "https://codeberg.org/soispha/lf-rename.git"
-      },
-      "original": {
-        "type": "git",
-        "url": "https://codeberg.org/soispha/lf-rename.git"
-      }
-    },
     "nix-darwin": {
       "inputs": {
         "nixpkgs": [
@@ -671,7 +642,6 @@
         "home-manager": "home-manager",
         "impermanence": "impermanence",
         "lanzaboote": "lanzaboote",
-        "lf_rename": "lf_rename",
         "nixVim": "nixVim",
         "nixos-generators": "nixos-generators",
         "nixpkgs": "nixpkgs",
@@ -683,12 +653,10 @@
         "rust-overlay": "rust-overlay",
         "serverphone": "serverphone",
         "shell_library": "shell_library",
-        "strip_js_comments": "strip_js_comments",
         "systems": "systems",
         "templates": "templates",
         "treefmt-nix": "treefmt-nix",
         "user_js": "user_js",
-        "video_pause": "video_pause",
         "yambar_cpu": "yambar_cpu",
         "yambar_memory": "yambar_memory"
       }
@@ -780,33 +748,6 @@
         "url": "https://codeberg.org/soispha/shell_library.git"
       }
     },
-    "strip_js_comments": {
-      "inputs": {
-        "crane": [
-          "crane"
-        ],
-        "flake-utils": [
-          "flake-utils"
-        ],
-        "nixpkgs": [
-          "nixpkgs"
-        ],
-        "tree_sitter_js": "tree_sitter_js"
-      },
-      "locked": {
-        "lastModified": 1676149199,
-        "narHash": "sha256-Yitp7KDJfL1xPUeJwoBLNbUJlt03yvC3SsyA8FE1PMA=",
-        "ref": "refs/heads/prime",
-        "rev": "1be9cbf4b1a58dbc5164dfb4ddaa862488f7b42d",
-        "revCount": 9,
-        "type": "git",
-        "url": "https://codeberg.org/ene/strip_js_comments.git"
-      },
-      "original": {
-        "type": "git",
-        "url": "https://codeberg.org/ene/strip_js_comments.git"
-      }
-    },
     "systems": {
       "locked": {
         "lastModified": 1680978846,
@@ -900,38 +841,6 @@
         "type": "github"
       }
     },
-    "video_pause": {
-      "inputs": {
-        "crane": [
-          "crane"
-        ],
-        "flake-utils": [
-          "flake-utils"
-        ],
-        "nixpkgs": [
-          "nixpkgs"
-        ],
-        "rust-overlay": [
-          "rust-overlay"
-        ],
-        "systems": [
-          "systems"
-        ]
-      },
-      "locked": {
-        "lastModified": 1698335252,
-        "narHash": "sha256-cGsRm11WVjC7eYPvPNhJBfDF90ECdPQRE3DMhPOF/TM=",
-        "ref": "refs/heads/prime",
-        "rev": "8ba00cb9983014246ccfeba80591ac823f8de520",
-        "revCount": 9,
-        "type": "git",
-        "url": "https://codeberg.org/soispha/video-pause.git"
-      },
-      "original": {
-        "type": "git",
-        "url": "https://codeberg.org/soispha/video-pause.git"
-      }
-    },
     "yambar_cpu": {
       "inputs": {
         "crane": [
diff --git a/flake.nix b/flake.nix
index 7f12fb15..2f3a7d1f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -162,33 +162,6 @@
     };
 
     # my bins
-    lf_rename = {
-      url = "git+https://codeberg.org/soispha/lf-rename.git";
-      inputs = {
-        nixpkgs.follows = "nixpkgs";
-        flake-utils.follows = "flake-utils";
-        flake-compat.follows = "flake-compat";
-        systems.follows = "systems";
-      };
-    };
-    video_pause = {
-      url = "git+https://codeberg.org/soispha/video-pause.git";
-      inputs = {
-        systems.follows = "systems";
-        nixpkgs.follows = "nixpkgs";
-        crane.follows = "crane";
-        flake-utils.follows = "flake-utils";
-        rust-overlay.follows = "rust-overlay";
-      };
-    };
-    strip_js_comments = {
-      url = "git+https://codeberg.org/ene/strip_js_comments.git";
-      inputs = {
-        nixpkgs.follows = "nixpkgs";
-        crane.follows = "crane";
-        flake-utils.follows = "flake-utils";
-      };
-    };
     generate_firefox_extensions = {
       url = "git+https://codeberg.org/soispha/generate_firefox_extension.git";
       inputs = {
@@ -274,9 +247,6 @@
     treefmt-nix,
     templates,
     # my binaries
-    video_pause,
-    strip_js_comments,
-    lf_rename,
     generate_firefox_extensions,
     shell_library,
     river_init_lesser,
@@ -319,9 +289,6 @@
         templates
         # my binaries
         
-        video_pause
-        strip_js_comments
-        lf_rename
         generate_firefox_extensions
         shell_library
         river_init_lesser
diff --git a/flake/default.nix b/flake/default.nix
index bafb40f4..bbf9044e 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -20,9 +20,6 @@
   treefmt-nix,
   templates,
   # my binaries
-  video_pause,
-  strip_js_comments,
-  lf_rename,
   generate_firefox_extensions,
   shell_library,
   river_init_lesser,
@@ -38,11 +35,8 @@
       system
       # bins
       
-      video_pause
       yambar_cpu
       yambar_memory
-      lf_rename
-      strip_js_comments
       river_init_lesser
       shell_library
       # external deps