From dcfdacbcdad57fbe8bd39c4ee85847cf8b76baf2 Mon Sep 17 00:00:00 2001 From: Henri Rosten Date: Tue, 19 Nov 2024 12:08:56 +0200 Subject: [PATCH] Remove unused flake input nix-serve-ng Signed-off-by: Henri Rosten --- flake.lock | 104 +++++------------------------------------------------ flake.nix | 6 ---- 2 files changed, 9 insertions(+), 101 deletions(-) diff --git a/flake.lock b/flake.lock index d8b778c9..128e1abc 100644 --- a/flake.lock +++ b/flake.lock @@ -96,22 +96,6 @@ } }, "flake-compat_3": { - "flake": false, - "locked": { - "lastModified": 1673956053, - "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=", - "owner": "edolstra", - "repo": "flake-compat", - "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9", - "type": "github" - }, - "original": { - "owner": "edolstra", - "repo": "flake-compat", - "type": "github" - } - }, - "flake-compat_4": { "flake": false, "locked": { "lastModified": 1717312683, @@ -213,7 +197,7 @@ }, "flake-utils_2": { "inputs": { - "systems": "systems_4" + "systems": "systems_3" }, "locked": { "lastModified": 1701680307, @@ -255,38 +239,18 @@ "type": "github" } }, - "nix-serve-ng": { - "inputs": { - "flake-compat": "flake-compat_3", - "nixpkgs": "nixpkgs", - "utils": "utils_2" - }, - "locked": { - "lastModified": 1716321788, - "narHash": "sha256-EUVMWapXcj8xdZuj2sPkzsiKJXb+4MOXJKUlXRa5JnA=", - "owner": "aristanetworks", - "repo": "nix-serve-ng", - "rev": "d5df363246ff6b9a84539471de2ee0f31912264f", - "type": "github" - }, - "original": { - "owner": "aristanetworks", - "repo": "nix-serve-ng", - "type": "github" - } - }, "nixpkgs": { "locked": { - "lastModified": 1700856099, - "narHash": "sha256-RnEA7iJ36Ay9jI0WwP+/y4zjEhmeN6Cjs9VOFBH7eVQ=", - "owner": "NixOS", + "lastModified": 1725001927, + "narHash": "sha256-eV+63gK0Mp7ygCR0Oy4yIYSNcum2VQwnZamHxYTNi+M=", + "owner": "nixos", "repo": "nixpkgs", - "rev": "0bd59c54ef06bc34eca01e37d689f5e46b3fe2f1", + "rev": "6e99f2a27d600612004fbd2c3282d614bfee6421", "type": "github" }, "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", + "owner": "nixos", + "ref": "nixos-24.05", "repo": "nixpkgs", "type": "github" } @@ -315,22 +279,6 @@ "url": "https://github.com/NixOS/nixpkgs/archive/fb192fec7cc7a4c26d51779e9bab07ce6fa5597a.tar.gz" } }, - "nixpkgs_2": { - "locked": { - "lastModified": 1725001927, - "narHash": "sha256-eV+63gK0Mp7ygCR0Oy4yIYSNcum2VQwnZamHxYTNi+M=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "6e99f2a27d600612004fbd2c3282d614bfee6421", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-24.05", - "repo": "nixpkgs", - "type": "github" - } - }, "robot-framework": { "inputs": { "flake-utils": "flake-utils_2", @@ -361,8 +309,7 @@ "flake-parts": "flake-parts", "flake-root": "flake-root", "nix-fast-build": "nix-fast-build", - "nix-serve-ng": "nix-serve-ng", - "nixpkgs": "nixpkgs_2", + "nixpkgs": "nixpkgs", "robot-framework": "robot-framework", "sbomnix": "sbomnix", "sops-nix": "sops-nix", @@ -371,7 +318,7 @@ }, "sbomnix": { "inputs": { - "flake-compat": "flake-compat_4", + "flake-compat": "flake-compat_3", "flake-parts": "flake-parts_2", "flake-root": "flake-root_2", "nixpkgs": [ @@ -461,21 +408,6 @@ "type": "github" } }, - "systems_4": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, "treefmt-nix": { "inputs": { "nixpkgs": [ @@ -534,24 +466,6 @@ "repo": "flake-utils", "type": "github" } - }, - "utils_2": { - "inputs": { - "systems": "systems_3" - }, - "locked": { - "lastModified": 1687709756, - "narHash": "sha256-Y5wKlQSkgEK2weWdOu4J3riRd+kV/VCgHsqLNTTWQ/0=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "dbabf0ca0c0c4bce6ea5eaf65af5cb694d2082c7", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } } }, "root": "root", diff --git a/flake.nix b/flake.nix index 3b42cad3..42ba72b0 100644 --- a/flake.nix +++ b/flake.nix @@ -15,12 +15,6 @@ inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs-stable.follows = "nixpkgs"; }; - # Binary cache with nix-serve-ng - nix-serve-ng = { - url = "github:aristanetworks/nix-serve-ng"; - # Broken with 23.11, base32 misses text >=2.0 && <2.1 - # inputs.nixpkgs.follows = "nixpkgs"; - }; # Disko for disk partitioning disko = { url = "github:nix-community/disko";