~zethra/sasha-fetch

84b320cca17914891b1d21bb727f878324715f20 — Sashanoraa 1 year, 4 months ago 8b21407
Fix module import path
1 files changed, 1 insertions(+), 1 deletions(-)

M flake.nix
M flake.nix => flake.nix +1 -1
@@ 39,7 39,7 @@
        };

        nixosModules = rec {
          sasha-fetch = import ./nixos packages.sasha-fetch;
          sasha-fetch = import ./module.nix packages.sasha-fetch;
          default = sasha-fetch;
        };
      });