nix run --no-write-lock-file github:nix-community/home-manager/ -- --flake ".#$USER" switch
home-manager switch --flake .
nix shell nixpkgs\#git
nix clone https://github.com/Pablo1107/dotfiles
nix run nix-darwin --extra-experimental-features nix-command --extra-experimental-features flakes -- switch --flake .
darwin-rebuild switch --flake .
nix --extra-experimental-features nix-command shell --extra-experimental-features flakes nixpkgs#git
ssh-keygen
git clone https://github.com/Pablo1107/dotfiles
nix-on-droid switch --flake ".#sm-g950f"
sudo pacman -S qemu-user-static qemu-user-static-binfmt
nix build .#nixosConfigurations.rpi.config.system.build.sdImage
rm -rf run-rpi-vm && cp result/bin/run-rpi-vm . && sed -i "s/[^ ]*qemu-host-cpu-only[^ ]*/$(which qemu-system-aarch64 | sed 's/\//\\\//g')/" run-rpi-vm && ./run-rpi-vm -serial stdio
nixos-rebuild switch --flake .#server --target-host "[email protected]"
nix flake init -t ~/dotfiles\#template
error: unsupported tarball input attribute 'lastModified'
jq '.nodes |= map_values(if .locked.type? == "tarball" then .locked |= del(.lastModified) else . end)' flake.lock > flake.lock.new