❄️ Dotfiles for our NixOS system configuration.

chore(flake): remove redundant inputs

Chloe A ddbbd844 1a196b6b

Changed files
+1 -5
+1 -5
flake.nix
···
};
outputs =
-
inputs@{
-
flake-parts,
-
nixos-wsl,
-
...
-
}:
+
inputs@{ flake-parts, ... }:
flake-parts.lib.mkFlake { inherit inputs; } {
imports = [
inputs.easy-hosts.flakeModule