From 7462276d096ee42784fb6e27bea872e6405ff412 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Mon, 24 Aug 2026 11:40:01 +0100 Subject: [PATCH] lmao --- config/modules/surface_touchpad.nix | 2 +- flake.lock | 106 ++++++++++++++++++++++++++-- flake.nix | 4 ++ 3 files changed, 105 insertions(+), 7 deletions(-) diff --git a/config/modules/surface_touchpad.nix b/config/modules/surface_touchpad.nix index e8033bd..a4381e0 100644 --- a/config/modules/surface_touchpad.nix +++ b/config/modules/surface_touchpad.nix @@ -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 = { diff --git a/flake.lock b/flake.lock index 617dd65..6e773f8 100644 --- a/flake.lock +++ b/flake.lock @@ -117,6 +117,21 @@ "type": "github" } }, + "crane": { + "locked": { + "lastModified": 1771121070, + "narHash": "sha256-aIlv7FRXF9q70DNJPI237dEDAznSKaXmL5lfK/Id/bI=", + "owner": "ipetkov", + "repo": "crane", + "rev": "a2812c19f1ed2e5ed5ce2ef7109798b575c180e1", + "type": "github" + }, + "original": { + "owner": "ipetkov", + "repo": "crane", + "type": "github" + } + }, "den": { "locked": { "lastModified": 1775551420, @@ -384,6 +399,24 @@ "type": "github" } }, + "flake-utils_2": { + "inputs": { + "systems": "systems_4" + }, + "locked": { + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "font-patcher": { "inputs": { "nixpkgs": "nixpkgs_3" @@ -867,6 +900,30 @@ "type": "github" } }, + "iptsd": { + "inputs": { + "crane": "crane", + "flake-utils": "flake-utils", + "nixpkgs": [ + "nixpkgs" + ], + "rust-overlay": "rust-overlay" + }, + "locked": { + "lastModified": 1787565750, + "narHash": "sha256-TUSADPE0j3kw6hesK46JHb6uUx1oWr+8WsLLxVypJY4=", + "ref": "main", + "rev": "2a5cb50aff0f57fc541c82be6cf7caf0d72774d2", + "revCount": 4, + "type": "git", + "url": "ssh://git@git.scug.io/nikkuss/iptsd-rs.git" + }, + "original": { + "ref": "main", + "type": "git", + "url": "ssh://git@git.scug.io/nikkuss/iptsd-rs.git" + } + }, "libcamera-src": { "flake": false, "locked": { @@ -903,7 +960,7 @@ }, "nik-pkgs": { "inputs": { - "flake-utils": "flake-utils", + "flake-utils": "flake-utils_2", "nixpkgs": [ "nixpkgs" ] @@ -1402,7 +1459,7 @@ "inputs": { "flake-parts": "flake-parts_4", "nixpkgs": "nixpkgs_12", - "systems": "systems_4" + "systems": "systems_5" }, "locked": { "lastModified": 1787270640, @@ -1523,6 +1580,7 @@ "hyprland": "hyprland", "hytale-launcher": "hytale-launcher", "import-tree": "import-tree", + "iptsd": "iptsd", "nik-pkgs": "nik-pkgs", "niri-flake": "niri-flake", "nix-cachyos-kernel": "nix-cachyos-kernel", @@ -1627,6 +1685,27 @@ "type": "github" } }, + "rust-overlay": { + "inputs": { + "nixpkgs": [ + "iptsd", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1771211437, + "narHash": "sha256-lcNK438i4DGtyA+bPXXyVLHVmJjYpVKmpux9WASa3ro=", + "owner": "oxalica", + "repo": "rust-overlay", + "rev": "c62195b3d6e1bb11e0c2fb2a494117d3b55d410f", + "type": "github" + }, + "original": { + "owner": "oxalica", + "repo": "rust-overlay", + "type": "github" + } + }, "sops-nix": { "inputs": { "nixpkgs": [ @@ -1650,7 +1729,7 @@ "spicetify-nix": { "inputs": { "nixpkgs": "nixpkgs_15", - "systems": "systems_5" + "systems": "systems_6" }, "locked": { "lastModified": 1787460061, @@ -1679,7 +1758,7 @@ "nixpkgs" ], "nur": "nur", - "systems": "systems_6", + "systems": "systems_7", "tinted-kitty": "tinted-kitty", "tinted-schemes": "tinted-schemes", "tinted-tmux": "tinted-tmux", @@ -1745,6 +1824,21 @@ } }, "systems_4": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_5": { "flake": false, "locked": { "lastModified": 1774449309, @@ -1761,7 +1855,7 @@ "type": "github" } }, - "systems_5": { + "systems_6": { "locked": { "lastModified": 1681028828, "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", @@ -1776,7 +1870,7 @@ "type": "github" } }, - "systems_6": { + "systems_7": { "locked": { "lastModified": 1774449309, "narHash": "sha256-brhZ8DmuGtzkCYHJg4HEd602amKm89Y9ytsFZ5uWD1w=", diff --git a/flake.nix b/flake.nix index e09c802..f4ce210 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,10 @@ hyprland.url = "github:hyprwm/Hyprland"; hytale-launcher.url = "github:JPyke3/hytale-launcher-nix"; import-tree.url = "github:vic/import-tree"; + iptsd = { + url = "git+ssh://git@git.scug.io:/nikkuss/iptsd-rs.git?ref=main"; + inputs.nixpkgs.follows = "nixpkgs"; + }; nik-pkgs = { url = "git+https://git.scug.io/nikkuss/pkgs.git?ref=main"; inputs.nixpkgs.follows = "nixpkgs";