Ok #NixOS people who love #flakes .. can I put my flake.nix in a non standard location? I have a git repo I have all my nix modules in.
```
[mkelly@garage:~/Projects/nix]$ ls
cheatsheet cinnamon common flake.nix gnome hacks helix hyprland kde nvim sway wallpapers
[mkelly@garage:~/Projects/nix]$ sudo nixos-rebuild switch --flake ~/Projects/nix
error: path '/nix/store/h6j33x98r8v6pzvb09yxbsxj6jiiargz-source/flake.nix' does not exist
```