diff options
Diffstat (limited to 'nix/packages.nix')
| -rw-r--r-- | nix/packages.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/packages.nix b/nix/packages.nix index 4e1ab27..85a2cfe 100644 --- a/nix/packages.nix +++ b/nix/packages.nix @@ -6,7 +6,7 @@ perSystem = { pkgs, system, - config, + self', ... }: { packages = { @@ -22,7 +22,7 @@ naersk = inputs.naersk.lib.${system}; }; - default = config.packages.teawiebot; + default = self'.packages.teawiebot; }; }; } |
