This commit is contained in:
2026-08-24 11:40:01 +01:00
parent 34781f2102
commit 7462276d09
3 changed files with 105 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ modules, inputs, ... }:
{
flake-file.inputs = {
iptsd.url = "git+ssh://git@git.scug.io:/git@git.scug.io:nikkuss/iptsd-rs.git";
iptsd.url = "git+ssh://git@git.scug.io:/nikkuss/iptsd-rs.git?ref=main";
iptsd.inputs.nixpkgs.follows = "nixpkgs";
};
modules.surface-touchpad = {