summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruakci <uakci@uakci.pl>2022-02-23 21:20:25 +0100
committeruakci <uakci@uakci.pl>2022-02-23 21:20:25 +0100
commit139ec1780f7c5f9723f9a73beb28e214cd83d172 (patch)
tree19c019c9476e2860d90b77621a730d4ec47b6381
parentflake purity fix (diff)
downloadnuogai-139ec1780f7c5f9723f9a73beb28e214cd83d172.tar.gz
nuogai-139ec1780f7c5f9723f9a73beb28e214cd83d172.zip
fix shell
-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; };
}