diff options
Diffstat (limited to '')
| -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; }; } |
