aboutsummaryrefslogtreecommitdiffstats
path: root/flake
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.lock30
-rw-r--r--flake.nix11
-rw-r--r--flake/default.nix2
3 files changed, 0 insertions, 43 deletions
diff --git a/flake.lock b/flake.lock
index 9b5c81ec..303a1589 100644
--- a/flake.lock
+++ b/flake.lock
@@ -244,35 +244,6 @@
"type": "github"
}
},
- "grades": {
- "inputs": {
- "crane": [
- "crane"
- ],
- "flake-utils": [
- "flake-utils"
- ],
- "nixpkgs": [
- "nixpkgs"
- ],
- "rust-overlay": [
- "rust-overlay"
- ]
- },
- "locked": {
- "lastModified": 1688237666,
- "narHash": "sha256-2q7oy/MtoAFCyd1JlYp3X1WY6kf3CI/mtOzQE+33GcY=",
- "ref": "refs/heads/prime",
- "rev": "e41b20a28b1a9977a02b7817330fb1bb9615dda5",
- "revCount": 50,
- "type": "git",
- "url": "https://codeberg.org/soispha/grades.git"
- },
- "original": {
- "type": "git",
- "url": "https://codeberg.org/soispha/grades.git"
- }
- },
"haumea": {
"inputs": {
"nixpkgs": [
@@ -691,7 +662,6 @@
"flake_version_update": "flake_version_update",
"generate_firefox_extensions": "generate_firefox_extensions",
"gitignore": "gitignore",
- "grades": "grades",
"haumea": "haumea",
"home-manager": "home-manager",
"impermanence": "impermanence",
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
diff --git a/flake/default.nix b/flake/default.nix
index e05b0021..00d11f89 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -27,7 +27,6 @@
river_init_lesser,
yambar_memory,
yambar_cpu,
- grades,
}: let
home_manager_config = import ../hm {
inherit
@@ -44,7 +43,6 @@
lf_rename
strip_js_comments
river_init_lesser
- grades
shell_library
# external deps