remove "dependency injection" from peerix

This commit is contained in:
2026-07-05 14:30:04 +02:00
parent c9c6ba7f56
commit 9c5d806d25
2 changed files with 16 additions and 4 deletions
Generated
+16 -3
View File
@@ -527,6 +527,21 @@
"type": "github"
}
},
"nixpkgs_3": {
"locked": {
"lastModified": 1771207753,
"narHash": "sha256-b9uG8yN50DRQ6A7JdZBfzq718ryYrlmGgqkRm9OOwCE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "d1c15b7d5806069da59e819999d70e1cec0760bf",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixpkgs-unstable",
"type": "indirect"
}
},
"ntfsplus": {
"inputs": {
"linux-ntfs": "linux-ntfs",
@@ -552,9 +567,7 @@
"inputs": {
"flake-compat": "flake-compat_3",
"flake-utils": "flake-utils_2",
"nixpkgs": [
"nixpkgs"
]
"nixpkgs": "nixpkgs_3"
},
"locked": {
"lastModified": 1773939829,
-1
View File
@@ -44,7 +44,6 @@
};
peerix = {
url = "git+ssh://git@gitea.lumpiasty.xyz/Lumpiasty/peerix.git"; # fork of github:sophronesis/peerix
inputs.nixpkgs.follows = "nixpkgs";
};
acer-wmi-ext = {
url = "github:Lumpiasty/acer-wmi-ext/main";