From 63b23a01ad02ed9aa2e8a853149ce6a1fe2621f2 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 30 Jan 2024 08:13:08 +0100 Subject: fix(treewide): Fully remove grades --- flake.nix | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'flake.nix') 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 -- cgit 1.4.1