From ba1c6a177e86d1b93afb8289dda4058e6b736409 Mon Sep 17 00:00:00 2001 From: Karolin Varner Date: Wed, 13 Aug 2025 16:16:38 +0200 Subject: [PATCH] fix: Spurious input in nix flake --- flake.lock | 21 --------------------- flake.nix | 4 ---- 2 files changed, 25 deletions(-) diff --git a/flake.lock b/flake.lock index 72e0fe3..279a46c 100644 --- a/flake.lock +++ b/flake.lock @@ -1,25 +1,5 @@ { "nodes": { - "flake-parts": { - "inputs": { - "nixpkgs-lib": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1754487366, - "narHash": "sha256-pHYj8gUBapuUzKV/kN/tR3Zvqc7o6gdFB9XKXIp1SQ8=", - "owner": "hercules-ci", - "repo": "flake-parts", - "rev": "af66ad14b28a127c5c0f3bbb298218fc63528a18", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "flake-parts", - "type": "github" - } - }, "flake-utils": { "inputs": { "systems": "systems" @@ -115,7 +95,6 @@ }, "root": { "inputs": { - "flake-parts": "flake-parts", "flake-utils": "flake-utils", "nix-vm-test": "nix-vm-test", "nixpkgs": "nixpkgs", diff --git a/flake.nix b/flake.nix index 475cdff..b8d9094 100644 --- a/flake.nix +++ b/flake.nix @@ -3,9 +3,6 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; flake-utils.url = "github:numtide/flake-utils"; - flake-parts.url = "github:hercules-ci/flake-parts"; - flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs"; - nix-vm-test.url = "github:numtide/nix-vm-test"; nix-vm-test.inputs.nixpkgs.follows = "nixpkgs"; nix-vm-test.inputs.flake-utils.follows = "flake-utils"; @@ -30,7 +27,6 @@ nix-vm-test, rust-overlay, treefmt-nix, - flake-parts, rosenpassOld, ... }@inputs: