From 139ec1780f7c5f9723f9a73beb28e214cd83d172 Mon Sep 17 00:00:00 2001 From: uakci Date: Wed, 23 Feb 2022 21:20:25 +0100 Subject: fix shell --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 06988d2..15483ae 100644 --- a/flake.nix +++ b/flake.nix @@ -67,8 +67,7 @@ in { defaultPackage = nuogai; packages = schemePkgs // { inherit toaqScript nuogai; }; - inherit (gomod2nix) devShell; nixosModule = { config, pkgs, lib, ... }@args: import ./module.nix (args // { inherit self system; }); - }); + }) // { inherit (gomod2nix) devShell; }; } -- cgit v1.2.3