From 67666b8f46fbbb59d0756bcaf1fc964101bf8fe8 Mon Sep 17 00:00:00 2001 From: Val Packett Date: Fri, 30 Jan 2026 06:12:47 -0300 Subject: [PATCH] nix: update sidebus and flake-parts sidebus now uses flake-parts too --- flake.lock | 73 ++++++++---------------------------------------------- flake.nix | 1 + 2 files changed, 11 insertions(+), 63 deletions(-) diff --git a/flake.lock b/flake.lock index 5192622..7f03055 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1768135262, - "narHash": "sha256-PVvu7OqHBGWN16zSi6tEmPwwHQ4rLPU9Plvs8/1TUBY=", + "lastModified": 1769996383, + "narHash": "sha256-AnYjnFWgS49RlqX7LrC4uA+sCCDBj0Ry/WOJ5XWAsa0=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "80daad04eddbbf5a4d883996a73f3f542fa437ac", + "rev": "57928607ea566b5db3ad13af0e57e921e6b12381", "type": "github" }, "original": { @@ -20,24 +20,6 @@ "type": "github" } }, - "flake-utils": { - "inputs": { - "systems": "systems" - }, - "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" - } - }, "libkrun-src": { "flake": false, "locked": { @@ -115,40 +97,20 @@ "sidebus": "sidebus" } }, - "rust-overlay": { + "sidebus": { "inputs": { + "flake-parts": [ + "flake-parts" + ], "nixpkgs": [ - "sidebus", "nixpkgs" ] }, "locked": { - "lastModified": 1763087910, - "narHash": "sha256-eB9Z1mWd1U6N61+F8qwDggX0ihM55s4E0CluwNukJRU=", - "owner": "oxalica", - "repo": "rust-overlay", - "rev": "cf4a68749733d45c0420726596367acd708eb2e8", - "type": "github" - }, - "original": { - "owner": "oxalica", - "repo": "rust-overlay", - "type": "github" - } - }, - "sidebus": { - "inputs": { - "flake-utils": "flake-utils", - "nixpkgs": [ - "nixpkgs" - ], - "rust-overlay": "rust-overlay" - }, - "locked": { - "lastModified": 1765527875, - "narHash": "sha256-QKsl+TAjdd1qk8Nd9mlByz07S+kGi8voSxxTdUNjt6A=", + "lastModified": 1770365107, + "narHash": "sha256-rp2hDKF3pwHN0lBr09ckMNaMSJnwNolQmiad8C7u41Q=", "ref": "main", - "rev": "c9095421c6ec33e7293879d2df9d050991200803", + "rev": "26261306592f6173fb844083b396bebf8140cb2b", "shallow": true, "type": "git", "url": "https://git.clan.lol/clan/sidebus" @@ -159,21 +121,6 @@ "type": "git", "url": "https://git.clan.lol/clan/sidebus" } - }, - "systems": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } } }, "root": "root", diff --git a/flake.nix b/flake.nix index c4ef335..687042e 100644 --- a/flake.nix +++ b/flake.nix @@ -12,6 +12,7 @@ sidebus.url = "git+https://git.clan.lol/clan/sidebus?shallow=1&ref=main"; sidebus.inputs.nixpkgs.follows = "nixpkgs"; + sidebus.inputs.flake-parts.follows = "flake-parts"; # To override with local checkouts during development, use the --override-input CLI flag! muvm-src = {