aboutsummaryrefslogtreecommitdiffstats
path: root/hm
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-22 14:18:32 +0200
committerSoispha <soispha@vhack.eu>2023-10-22 14:18:32 +0200
commit9772cc3989952d110557a7a2f25b2c4fbd8e5d8b (patch)
tree41555d5f069373a11a7c12637a5709651c2d62c0 /hm
parentfeat(hm/conf/firefox/scripts): Package through the flake outputs (diff)
downloadnixos-config-9772cc3989952d110557a7a2f25b2c4fbd8e5d8b.zip
fix(hm/conf/firefox/conf/extensions/nmh): Replace phase override
Diffstat (limited to 'hm')
-rw-r--r--hm/soispha/conf/firefox/config/extensions/native_messaging_hosts/video-pauser.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/hm/soispha/conf/firefox/config/extensions/native_messaging_hosts/video-pauser.nix b/hm/soispha/conf/firefox/config/extensions/native_messaging_hosts/video-pauser.nix
index 0c2c5155..b3f357e9 100644
--- a/hm/soispha/conf/firefox/config/extensions/native_messaging_hosts/video-pauser.nix
+++ b/hm/soispha/conf/firefox/config/extensions/native_messaging_hosts/video-pauser.nix
@@ -15,8 +15,7 @@ in
pkgs.stdenv.mkDerivation {
inherit (video-pauser) pname version;
- # FIXME: Don't use the deprecated 'phases' here <2023-10-21>
- phases = ["buildPhase"];
+ dontUnpack = true;
buildPhase = ''
mkdir -p $out/share/
cat << EOF > $out/share/"${video-pauser.pname}".json