Remove flake input arg

This commit is contained in:
niten 2023-07-07 23:00:32 -07:00
parent e9f9e92b69
commit 2138dbfebd
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
inputs = { nixpkgs.url = "nixpkgs/nixos-23.05"; };
outputs = { self, nixpkgs, lemmyDockerCfg, ... }: {
outputs = { self, nixpkgs, ... }: {
nixosModules = rec {
default = lemmyDocker;
lemmyDocker = import ./lemmy-docker.nix;