My Nix configuration
- Install nix (and enable flake if needed)
- Clone this repository
nix run nixpkgs#git -- clone https://github.com/ymgyt/mynix.git
- Run task
nix shell nixpkgs#cargo-make -c makers `apply`
# Apply host nixos/darwin configuration
# Make sure $(hostname) match the osConfiguration target
makers apply
# Format
makers format