Boris Mann

Open Source. Community. Decentralized Web. Building dev tools at Fission. Cooks & eats.

Home

NixOS

  • Last Edit:

NixOS Wiki: Cheatsheet - a cheat sheet and rough mapping between Ubuntu and NixOS


Fluffy Nuke It: Installing Essential Software in NixOS - technically about setting up NixOS for HaskellHaskell
development, but does a good job of walking through and explaining how things work.

For example, here’s how to install gitgit
Local Git Exclude
Edit the local exclude file in your git repo without having to edit the global .gitignore
.git/info/exclude
Source: StackOverflow
Counting files in a git repo
git ls-files | wc -l

Source: Stackoverflow
:

nix-env -iA nixos.pkgs.gitAndTools.gitFull