about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/flake.nix b/flake.nix
index c91a5333..ba1b8e3a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -160,15 +160,6 @@
     };
 
     # my bins
-    grades = {
-      url = "git+https://codeberg.org/soispha/grades.git";
-      inputs = {
-        nixpkgs.follows = "nixpkgs";
-        crane.follows = "crane";
-        flake-utils.follows = "flake-utils";
-        rust-overlay.follows = "rust-overlay";
-      };
-    };
     lf_rename = {
       url = "git+https://codeberg.org/soispha/lf-rename.git";
       inputs = {
@@ -282,7 +273,6 @@
     river_init_lesser,
     yambar_memory,
     yambar_cpu,
-    grades,
     ...
   }: let
     sysLib = shell_library.lib.${system};
@@ -327,7 +317,6 @@
         river_init_lesser
         yambar_memory
         yambar_cpu
-        grades
         ;
     };
   in