diff options
author | Soispha <soispha@vhack.eu> | 2024-01-30 08:13:08 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-30 08:13:08 +0100 |
commit | 63b23a01ad02ed9aa2e8a853149ce6a1fe2621f2 (patch) | |
tree | 0a52e4c463d2c60ace7749f4db83c07f77f373a7 /flake.nix | |
parent | chore(version): v1.26.1 (diff) | |
download | nixos-config-63b23a01ad02ed9aa2e8a853149ce6a1fe2621f2.tar.gz nixos-config-63b23a01ad02ed9aa2e8a853149ce6a1fe2621f2.zip |
fix(treewide): Fully remove grades
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 11 |
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 |