about summary refs log tree commit diff stats
path: root/flake
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.lock33
-rw-r--r--flake.nix12
-rw-r--r--flake/default.nix2
3 files changed, 0 insertions, 47 deletions
diff --git a/flake.lock b/flake.lock
index d0f1f3f6..29d1d6de 100644
--- a/flake.lock
+++ b/flake.lock
@@ -169,38 +169,6 @@
         "type": "github"
       }
     },
-    "flake_update": {
-      "inputs": {
-        "flake-utils": [
-          "flake-utils"
-        ],
-        "flake_version_update": [
-          "flake_version_update"
-        ],
-        "nixpkgs": [
-          "nixpkgs"
-        ],
-        "shell_library": [
-          "shell_library"
-        ],
-        "systems": [
-          "systems"
-        ]
-      },
-      "locked": {
-        "lastModified": 1700923037,
-        "narHash": "sha256-lmK3LS6FL8jyJgF8l5hpWncdCgvbBVHD0e9LFFM4Il8=",
-        "ref": "refs/heads/prime",
-        "rev": "2b2c320d78358d1ed543041c8b96325a30e232e9",
-        "revCount": 52,
-        "type": "git",
-        "url": "https://codeberg.org/soispha/flake_update.git"
-      },
-      "original": {
-        "type": "git",
-        "url": "https://codeberg.org/soispha/flake_update.git"
-      }
-    },
     "flake_version_update": {
       "inputs": {
         "flake-utils": [
@@ -674,7 +642,6 @@
         "disko": "disko",
         "flake-compat": "flake-compat",
         "flake-utils": "flake-utils",
-        "flake_update": "flake_update",
         "flake_version_update": "flake_version_update",
         "generate_firefox_extensions": "generate_firefox_extensions",
         "gitignore": "gitignore",
diff --git a/flake.nix b/flake.nix
index ed5470f7..5ac413cc 100644
--- a/flake.nix
+++ b/flake.nix
@@ -233,16 +233,6 @@
         flake-utils.follows = "flake-utils";
       };
     };
-    flake_update = {
-      url = "git+https://codeberg.org/soispha/flake_update.git";
-      inputs = {
-        nixpkgs.follows = "nixpkgs";
-        systems.follows = "systems";
-        flake-utils.follows = "flake-utils";
-        shell_library.follows = "shell_library";
-        flake_version_update.follows = "flake_version_update";
-      };
-    };
     flake_version_update = {
       url = "git+https://codeberg.org/soispha/flake_version_update.git";
       inputs = {
@@ -286,7 +276,6 @@
     yambar_memory,
     yambar_cpu,
     grades,
-    flake_update,
     ...
   }: let
     sysLib = shell_library.lib.${system};
@@ -332,7 +321,6 @@
         yambar_memory
         yambar_cpu
         grades
-        flake_update
         ;
     };
   in
diff --git a/flake/default.nix b/flake/default.nix
index 8a751e15..cf2ea360 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -28,7 +28,6 @@
   yambar_memory,
   yambar_cpu,
   grades,
-  flake_update,
 }: let
   home_manager_config = import ../hm {
     inherit
@@ -47,7 +46,6 @@
       river_init_lesser
       grades
       shell_library
-      flake_update
       # external deps
       
       user_js