diff options
| author | uakci <uakci@uakci.pl> | 2022-02-23 21:20:25 +0100 |
|---|---|---|
| committer | uakci <uakci@uakci.pl> | 2022-02-23 21:20:25 +0100 |
| commit | 139ec1780f7c5f9723f9a73beb28e214cd83d172 (patch) | |
| tree | 19c019c9476e2860d90b77621a730d4ec47b6381 | |
| parent | flake purity fix (diff) | |
| download | nuogai-139ec1780f7c5f9723f9a73beb28e214cd83d172.tar.gz nuogai-139ec1780f7c5f9723f9a73beb28e214cd83d172.zip | |
fix shell
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; }; } |
