about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-12-12 16:42:26 +0100
committerSoispha <soispha@vhack.eu>2023-12-12 16:45:03 +0100
commit4dc8091480f4babd851eb99313a9e73187ea3440 (patch)
treefb33c4e61ae242affcb6d4caf7c94894fca40618 /flake.nix
parentfix(hm/pkgs/scr/neorg): Use new way to specify completion function (diff)
downloadnixos-config-4dc8091480f4babd851eb99313a9e73187ea3440.tar.gz
nixos-config-4dc8091480f4babd851eb99313a9e73187ea3440.zip
feat(hm/pkgs/scr/fupdate): Move fupdate in my main config tree
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix12
1 files changed, 0 insertions, 12 deletions
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