aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock10
-rw-r--r--flake.nix12
2 files changed, 5 insertions, 17 deletions
diff --git a/flake.lock b/flake.lock
index 9927652..52b7ed4 100644
--- a/flake.lock
+++ b/flake.lock
@@ -240,7 +240,7 @@
"pre-commit-hooks": "pre-commit-hooks",
"rui": "rui",
"systems": "systems",
- "yae": "yae"
+ "yae2": "yae2"
}
},
"rui": {
@@ -290,7 +290,7 @@
"type": "github"
}
},
- "yae": {
+ "yae2": {
"inputs": {
"flake-compat": [
"flake-compat"
@@ -309,11 +309,11 @@
]
},
"locked": {
- "lastModified": 1728653565,
- "narHash": "sha256-wAeRYJC3efrhX7JvMHN6gSGCed9FNtSfdiG/osfc39g=",
+ "lastModified": 1728684440,
+ "narHash": "sha256-Nl/ryx+RjEZiSKR3l7/qrYfHqi3NEA/qgGBYQUZ0WhU=",
"owner": "Fuwn",
"repo": "yae",
- "rev": "6da4d60909b11e6b08a355c80883c40384c51bc0",
+ "rev": "2a4f2ad8756a75906d980a0fc7fbbb478ddd36ff",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
index 62bd8b8..4a5395b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -179,17 +179,5 @@
nixpkgs.follows = "nixpkgs";
};
};
-
- yae = {
- url = "github:Fuwn/yae";
-
- inputs = {
- flake-compat.follows = "flake-compat";
- flake-utils.follows = "flake-utils";
- nixpkgs.follows = "nixpkgs";
- pre-commit-hooks.follows = "pre-commit-hooks";
- systems.follows = "systems";
- };
- };
};
}