summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 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; };
}