From 8e2bfc551eda1a4c6695987395a725372239ce08 Mon Sep 17 00:00:00 2001 From: Jelle Spreeuwenberg Date: Sun, 26 Jul 2026 11:28:39 +0200 Subject: [PATCH] chore: remove old inputs --- flake.lock | 85 +++++++++++++++++++----------------------------------- flake.nix | 4 +-- 2 files changed, 31 insertions(+), 58 deletions(-) diff --git a/flake.lock b/flake.lock index bb39d18..9e7e717 100644 --- a/flake.lock +++ b/flake.lock @@ -75,6 +75,24 @@ } }, "flake-parts": { + "inputs": { + "nixpkgs-lib": "nixpkgs-lib" + }, + "locked": { + "lastModified": 1782949081, + "narHash": "sha256-vp6Y/Grm98ESt6ceOkWiHWyZRDV3J1RID4w+6NWK9yA=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "17c9d6cdfc60c64f4ee8d306f9bc0b4ccb51481e", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, + "flake-parts_2": { "inputs": { "nixpkgs-lib": [ "llm-agents", @@ -95,29 +113,9 @@ "type": "github" } }, - "flake-parts_2": { - "inputs": { - "nixpkgs-lib": "nixpkgs-lib" - }, - "locked": { - "lastModified": 1769996383, - "narHash": "sha256-AnYjnFWgS49RlqX7LrC4uA+sCCDBj0Ry/WOJ5XWAsa0=", - "owner": "hercules-ci", - "repo": "flake-parts", - "rev": "57928607ea566b5db3ad13af0e57e921e6b12381", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "flake-parts", - "type": "github" - } - }, "helix": { "inputs": { - "nixpkgs": [ - "nixpkgs" - ], + "nixpkgs": "nixpkgs", "rust-overlay": "rust-overlay" }, "locked": { @@ -172,7 +170,7 @@ "llm-agents": { "inputs": { "bun2nix": "bun2nix", - "flake-parts": "flake-parts", + "flake-parts": "flake-parts_2", "nixpkgs": [ "nixpkgs" ], @@ -193,25 +191,6 @@ "type": "github" } }, - "lux-pkgs": { - "inputs": { - "flake-parts": "flake-parts_2", - "nixpkgs": "nixpkgs" - }, - "locked": { - "lastModified": 1772315038, - "narHash": "sha256-YL6NQd97AiZGe/Q4ZWxZaguKVHL0pfNvP/Cqgl/oh4g=", - "ref": "refs/heads/main", - "rev": "d7660146e70475c096bed703e4dad687a58e13dc", - "revCount": 1, - "type": "git", - "url": "ssh://gitea@orion/kiri/lux-pkgs" - }, - "original": { - "type": "git", - "url": "ssh://gitea@orion/kiri/lux-pkgs" - } - }, "niri": { "inputs": { "niri-stable": "niri-stable", @@ -329,27 +308,27 @@ }, "nixpkgs": { "locked": { - "lastModified": 1772173633, - "narHash": "sha256-MOH58F4AIbCkh6qlQcwMycyk5SWvsqnS/TCfnqDlpj4=", - "owner": "NixOS", + "lastModified": 1784796856, + "narHash": "sha256-wWFrV5/Qbm+lyt5x20E/bSbfJiGKMo4RCxZV8cl/WZI=", + "owner": "nixos", "repo": "nixpkgs", - "rev": "c0f3d81a7ddbc2b1332be0d8481a672b4f6004d6", + "rev": "e2587caef70cea85dd97d7daab492899902dbf5d", "type": "github" }, "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", + "owner": "nixos", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } }, "nixpkgs-lib": { "locked": { - "lastModified": 1769909678, - "narHash": "sha256-cBEymOf4/o3FD5AZnzC3J9hLbiZ+QDT/KDuyHXVJOpM=", + "lastModified": 1782614948, + "narHash": "sha256-ePjCwr1sNm9NYUqywL7QfK3JnlS015msC+eBu2zKlp8=", "owner": "nix-community", "repo": "nixpkgs.lib", - "rev": "72716169fe93074c333e8d0173151350670b824c", + "rev": "db3f255737b94216eb71cce308e2912cf6bc2d7c", "type": "github" }, "original": { @@ -467,15 +446,11 @@ "inputs": { "disko": "disko", "elephant": "elephant", - "flake-parts": [ - "lux-pkgs", - "flake-parts" - ], + "flake-parts": "flake-parts", "helix": "helix", "home-manager": "home-manager", "import-tree": "import-tree", "llm-agents": "llm-agents", - "lux-pkgs": "lux-pkgs", "niri": "niri", "nix-index-database": "nix-index-database", "nix-wrapper-modules": "nix-wrapper-modules", diff --git a/flake.nix b/flake.nix index 2d5dc9e..a5be237 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ url = "github:nix-community/disko"; inputs.nixpkgs.follows = "nixpkgs"; }; - flake-parts.follows = "lux-pkgs/flake-parts"; + flake-parts.url = "github:hercules-ci/flake-parts"; helix.url = "github:helix-editor/helix"; home-manager = { url = "github:nix-community/home-manager"; @@ -44,8 +44,6 @@ inputs.elephant.follows = "elephant"; inputs.nixpkgs.follows = "nixpkgs"; }; - - lux-pkgs.url = "git+ssh://gitea@orion/kiri/lux-pkgs"; }; outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules);