From 721e18b9bc46afbdb7afd4ecf742be1110abf82d Mon Sep 17 00:00:00 2001 From: Luna Nightshade Date: Wed, 21 Jun 2023 17:55:49 +0200 Subject: [PATCH] oops --- flake.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 49683a8..3b623b8 100644 --- a/flake.nix +++ b/flake.nix @@ -71,12 +71,12 @@ license = licenses.agpl3Only; }; - apps.bayshore = flake-utils.lib.mkApp { - name = "bayshore"; - drv = packages.bayshore; - }; + # We don't need a devshell lol + }; - # We don't need a + apps.bayshore = flake-utils.lib.mkApp { + name = "bayshore"; + drv = packages.bayshore; }; } );