diff options
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index e3a1ec5e..4676fa63 100644 --- a/flake.nix +++ b/flake.nix @@ -22,6 +22,10 @@ flake = false; }; + grades = { + url = "git+https://codeberg.org/ene/Grades.git"; + inputs.nixpkgs.follows = "nixpkgs"; + }; strip_js_comments = { url = "git+https://codeberg.org/ene/strip_js_comments.git"; inputs.nixpkgs.follows = "nixpkgs"; @@ -71,6 +75,7 @@ river_init_lesser, yambar_memory, yambar_cpu, + grades, ... } @ inputs: let sysLib = import ./lib {inherit pkgs shell-library;}; @@ -95,6 +100,7 @@ river_init_lesser yambar_memory yambar_cpu + grades ; }; packages."${system}" = { |