From 1e778a649062464ebac2c3a7163da38a18e6841a Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 4 Mar 2021 17:23:28 +0100 Subject: [PATCH] s/bmdx/bmxd/g --- nixpkgs-overlay/{bmdx.nix => bmxd.nix} | 0 nixpkgs-overlay/default.nix | 2 +- overlay/{bmdx.nix => bmxd.nix} | 0 overlay/default.nix | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename nixpkgs-overlay/{bmdx.nix => bmxd.nix} (100%) rename overlay/{bmdx.nix => bmxd.nix} (100%) diff --git a/nixpkgs-overlay/bmdx.nix b/nixpkgs-overlay/bmxd.nix similarity index 100% rename from nixpkgs-overlay/bmdx.nix rename to nixpkgs-overlay/bmxd.nix diff --git a/nixpkgs-overlay/default.nix b/nixpkgs-overlay/default.nix index 4499c2e1..c3e03dd6 100644 --- a/nixpkgs-overlay/default.nix +++ b/nixpkgs-overlay/default.nix @@ -2,7 +2,7 @@ final: prev: { - bmxd = prev.callPackage ./bmdx.nix { }; + bmxd = prev.callPackage ./bmxd.nix { }; pile = prev.callPackage ./pile.nix { }; diff --git a/overlay/bmdx.nix b/overlay/bmxd.nix similarity index 100% rename from overlay/bmdx.nix rename to overlay/bmxd.nix diff --git a/overlay/default.nix b/overlay/default.nix index 4499c2e1..c3e03dd6 100644 --- a/overlay/default.nix +++ b/overlay/default.nix @@ -2,7 +2,7 @@ final: prev: { - bmxd = prev.callPackage ./bmdx.nix { }; + bmxd = prev.callPackage ./bmxd.nix { }; pile = prev.callPackage ./pile.nix { };