flake.nix: fix nixos-module path

This commit is contained in:
Astro 2021-03-10 01:15:52 +01:00
parent f9b211fd9f
commit ad5f644221
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@
pkgs = nixpkgs.legacyPackages.x86_64-linux;
};
nixosModule = import ./nixos-module;
nixosModule = import ./nixos-module.nix;
};
}