From 832054d9876bd200fe977a92c7c655dddcdd3b29 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Wed, 28 Jan 2026 06:30:10 -0600 Subject: [PATCH] prem2resolve --- config/derek.nix | 4 +++- flake.lock | 57 +++++++++++++++++++++++++++++++++++++++++++++++- flake.nix | 4 ++++ 3 files changed, 63 insertions(+), 2 deletions(-) diff --git a/config/derek.nix b/config/derek.nix index 2c0671a..2c25fd2 100644 --- a/config/derek.nix +++ b/config/derek.nix @@ -2,6 +2,7 @@ config, lib, pkgs, + inputs, ... }: let @@ -54,8 +55,9 @@ in vscode nextcloud-client warp - handbrake + handbrake ; + inherit (inputs.prem2resolve.packages.x86_64-linux) prem2resolve; }; extraGroups = [ "audio" diff --git a/flake.lock b/flake.lock index 3016d47..c15f841 100644 --- a/flake.lock +++ b/flake.lock @@ -324,6 +324,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" + } + }, "fonts": { "flake": false, "locked": { @@ -1039,6 +1057,27 @@ "type": "github" } }, + "prem2resolve": { + "inputs": { + "flake-utils": "flake-utils_2", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1769603234, + "narHash": "sha256-jLv47+GpdB7wuAax/r9HSs/fa3EtVTRtzwnTaGPies0=", + "ref": "refs/heads/main", + "rev": "61858c650d7b99ff825528ec9092b41a63ffb4be", + "revCount": 4, + "type": "git", + "url": "https://git.lebubu.org/vibe-coded/prem2resolve.git" + }, + "original": { + "type": "git", + "url": "https://git.lebubu.org/vibe-coded/prem2resolve.git" + } + }, "qbit_manage": { "flake": false, "locked": { @@ -1071,6 +1110,7 @@ "nixpkgs-unstable": "nixpkgs-unstable", "nixtendo-switch": "nixtendo-switch", "nur": "nur", + "prem2resolve": "prem2resolve", "qbit_manage": "qbit_manage", "sops-nix": "sops-nix", "stylix": "stylix", @@ -1111,7 +1151,7 @@ "nixpkgs" ], "nur": "nur_2", - "systems": "systems_4", + "systems": "systems_5", "tinted-foot": "tinted-foot", "tinted-kitty": "tinted-kitty", "tinted-schemes": "tinted-schemes", @@ -1210,6 +1250,21 @@ "type": "github" } }, + "systems_5": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "tinted-foot": { "flake": false, "locked": { diff --git a/flake.nix b/flake.nix index 7d92cca..211f290 100644 --- a/flake.nix +++ b/flake.nix @@ -22,6 +22,10 @@ url = "git+https://git.lebubu.org/jawz/scripts.git"; inputs.nixpkgs.follows = "nixpkgs"; }; + prem2resolve = { + url = "git+https://git.lebubu.org/vibe-coded/prem2resolve.git"; + inputs.nixpkgs.follows = "nixpkgs"; + }; lidarr-mb-gap = { url = "git+https://git.lebubu.org/vibe-coded/lidarr-mb-gap.git"; inputs.nixpkgs.follows = "nixpkgs";