Cheatsheet: Difference between revisions
imported>Vater mNo edit summary |
imported>Samueldr m use bootstrap's responsive-table to work around overflowing table issue. |
||
Line 6: | Line 6: | ||
TODO Provide well-commented sample configuration.nix and ~/.nixpkgs/config.nix files with examples of common tasks. | TODO Provide well-commented sample configuration.nix and ~/.nixpkgs/config.nix files with examples of common tasks. | ||
<div class="table-responsive"> | |||
{| class="wikitable" | {| class="wikitable" | ||
!|Task | !|Task | ||
Line 258: | Line 259: | ||
|Install dpkg with Nix, then <syntaxhighlight lang="bash">dpkg -i package.deb</syntaxhighlight> (not recommended!) | |Install dpkg with Nix, then <syntaxhighlight lang="bash">dpkg -i package.deb</syntaxhighlight> (not recommended!) | ||
|} | |} | ||
</div> | |||
= Working with the nix store = | = Working with the nix store = |