Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 419 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 419 Bytes

mynix

My Nix configuration

Getting started

  1. Install nix (and enable flake if needed)
  2. Clone this repository
nix run nixpkgs#git -- clone https://github.com/ymgyt/mynix.git
  1. Run task
nix shell nixpkgs#cargo-make -c makers `apply`

Tasks

# Apply host nixos/darwin configuration
# Make sure $(hostname) match the osConfiguration target
makers apply

# Format
makers format