From ddb1d3c8d2f21713efad0b4fd5a40e2812bba443 Mon Sep 17 00:00:00 2001 From: voidarc Date: Sat, 27 Jun 2026 10:39:37 +0100 Subject: [PATCH] added custom patched woomer --- configs/configuration-pc.nix | 1 + flake.lock | 73 +++++++++++++++++++++++++++++++++++- flake.nix | 4 ++ 3 files changed, 77 insertions(+), 1 deletion(-) diff --git a/configs/configuration-pc.nix b/configs/configuration-pc.nix index afd4395..acdceff 100644 --- a/configs/configuration-pc.nix +++ b/configs/configuration-pc.nix @@ -128,6 +128,7 @@ ffmpeg inputs.norgolith.packages.${pkgs.stdenv.hostPlatform.system}.default inputs.cracked-davinci.packages.${pkgs.stdenv.hostPlatform.system}.default + inputs.woomer.packages.${pkgs.stdenv.hostPlatform.system}.default # wine wineWow64Packages.stable diff --git a/flake.lock b/flake.lock index 120f3e9..0805d19 100644 --- a/flake.lock +++ b/flake.lock @@ -84,6 +84,21 @@ "url": "https://git.voidarc.co.uk/voidarc/nixos.davinci" } }, + "crane": { + "locked": { + "lastModified": 1781825982, + "narHash": "sha256-SlXKwIRIhrOSAcTjCB3ftPLzJWZStQIPS7J1FlZPnKk=", + "owner": "ipetkov", + "repo": "crane", + "rev": "469fd08d0bcf6926321fa973c6777fbc87785dd7", + "type": "github" + }, + "original": { + "owner": "ipetkov", + "repo": "crane", + "type": "github" + } + }, "doot": { "inputs": { "doot-src": "doot-src", @@ -233,6 +248,24 @@ "type": "github" } }, + "flake-utils_4": { + "inputs": { + "systems": "systems_7" + }, + "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" + } + }, "fsel": { "inputs": { "flake-utils": "flake-utils", @@ -916,6 +949,7 @@ "otter-launcher": "otter-launcher", "sls-steam": "sls-steam", "way-edges": "way-edges", + "woomer": "woomer", "wshowkeys": "wshowkeys" } }, @@ -1065,6 +1099,21 @@ "type": "github" } }, + "systems_7": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "utils": { "inputs": { "systems": "systems" @@ -1104,9 +1153,31 @@ "type": "github" } }, + "woomer": { + "inputs": { + "crane": "crane", + "flake-utils": "flake-utils_3", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1782507996, + "narHash": "sha256-hO+SIA6Q41hiwZBFGHBjkOsRQFUcO0SbJqmYeyy2sfM=", + "owner": "voidarclabs", + "repo": "woomer", + "rev": "572844bdae8dded0bbad9e23ca354dcd857f6b98", + "type": "github" + }, + "original": { + "owner": "voidarclabs", + "repo": "woomer", + "type": "github" + } + }, "wshowkeys": { "inputs": { - "flake-utils": "flake-utils_3", + "flake-utils": "flake-utils_4", "nixpkgs": [ "nixpkgs" ] diff --git a/flake.nix b/flake.nix index b476d9f..d6b2f23 100644 --- a/flake.nix +++ b/flake.nix @@ -10,6 +10,10 @@ # Apps sls-steam.url = "github:AceSLS/SLSsteam"; + woomer = { + url = "github:voidarclabs/woomer"; + inputs.nixpkgs.follows = "nixpkgs"; + }; chataigne.url = "./modules/chataigne"; norgolith = { url = "github:NTBBloodbath/norgolith";