From 18688f14416814c868e5930a232f7b20cf3e231e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 8 Jan 2022 09:05:58 +0100 Subject: [PATCH] chore: why did i have to do this --- configs/flameshot-once.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/configs/flameshot-once.nix b/configs/flameshot-once.nix index 6e236ae..cf15efd 100644 --- a/configs/flameshot-once.nix +++ b/configs/flameshot-once.nix @@ -1,15 +1,9 @@ { lib, pkgs, ... }: let inherit (import ) defaultApplications; - flameshot-once = pkgs.callPackage {}; + flameshot-once = + pkgs.callPackage {}; in { - nixpkgs.overlays = [ - (self: super: { - write = - super.callPackage { }; - }) - ]; - environment.systemPackages = [ (flameshot-once.override { config = {