From b089e33ffa116fa0bb156fe604182f72de85f0c7 Mon Sep 17 00:00:00 2001 From: dish Date: Sun, 5 Apr 2026 14:01:39 -0400 Subject: [PATCH] [overlays] remove shelfmark overlay --- flake.nix | 1 - nixosModules/default-config/nixpkgsConfig.nix | 1 - overlays/add-shelfmark-full/default.nix | 11 ----------- overlays/default.nix | 3 --- 4 files changed, 16 deletions(-) delete mode 100644 overlays/add-shelfmark-full/default.nix diff --git a/flake.nix b/flake.nix index e8c855a5..102d1f4a 100644 --- a/flake.nix +++ b/flake.nix @@ -144,7 +144,6 @@ inherit system; overlays = [ inputs.self.overlays.openssh-fixperms - inputs.self.overlays.add-shelfmark-full inputs.glide.overlays.default inputs.golink.overlays.default ]; diff --git a/nixosModules/default-config/nixpkgsConfig.nix b/nixosModules/default-config/nixpkgsConfig.nix index 8da2e37e..a8f6c5c9 100644 --- a/nixosModules/default-config/nixpkgsConfig.nix +++ b/nixosModules/default-config/nixpkgsConfig.nix @@ -6,7 +6,6 @@ nixpkgs = { overlays = [ inputs.self.overlays.openssh-fixperms - inputs.self.overlays.add-shelfmark-full inputs.glide.overlays.default inputs.golink.overlays.default ]; diff --git a/overlays/add-shelfmark-full/default.nix b/overlays/add-shelfmark-full/default.nix deleted file mode 100644 index 30096969..00000000 --- a/overlays/add-shelfmark-full/default.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ withSystem, ... }: -{ - flake.overlays.add-shelfmark-full = - final: prev: - withSystem prev.stdenv.hostPlatform.system ( - { inputs', ... }: - { - inherit (inputs'.nixpkgs-shelfmark-full.legacyPackages) shelfmark shelfmark-frontend; - } - ); -} diff --git a/overlays/default.nix b/overlays/default.nix index 36bbffc0..94ad6a7b 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -1,7 +1,4 @@ { - imports = [ - ./add-shelfmark-full - ]; flake.overlays = { cinny = import ./cinny; openssh-fixperms = import ./openssh-fixperms; -- 2.51.2