From 2024e230a85c0ad5431b0b7d0480aa363fcc8564 Mon Sep 17 00:00:00 2001
From: Paul Brinkmeier <hallo@pbrinkmeier.de>
Date: Thu, 6 Apr 2023 12:54:41 +0200
Subject: [PATCH] Use phases whitelist instead of dont*

---
 flake.nix | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/flake.nix b/flake.nix
index ce17aa0..4887ba3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -21,9 +21,7 @@
 
         # The build is simply a call to makeWrapper, so we don't have to
         # do any of the typical build steps.
-        dontUnpack = true;
-        dontConfigure = true;
-        dontBuild = true;
+        phases = [ "installPhase" ];
 
         nativeBuildInputs = [ pkgs.makeWrapper ];
         # makeBinaryWrapper creates a stack executable for us that uses