about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-30 08:13:08 +0100
committerSoispha <soispha@vhack.eu>2024-01-30 08:13:08 +0100
commit63b23a01ad02ed9aa2e8a853149ce6a1fe2621f2 (patch)
tree0a52e4c463d2c60ace7749f4db83c07f77f373a7 /flake.nix
parentchore(version): v1.26.1 (diff)
downloadnixos-config-63b23a01ad02ed9aa2e8a853149ce6a1fe2621f2.tar.gz
nixos-config-63b23a01ad02ed9aa2e8a853149ce6a1fe2621f2.zip
fix(treewide): Fully remove grades
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