Skip to content

Instantly share code, notes, and snippets.

View benjaminwil's full-sized avatar
📀
cd-rw

benjamin wil benjaminwil

📀
cd-rw
View GitHub Profile
@benjaminwil
benjaminwil / guide.md
Last active April 9, 2023 18:42
Manually installing NixOS from a Linux Mint live USB

I am indebted to Chris Martin's gist about installing NixOS from an Ubuntu live CD.

Unfortunately, the Ubuntu Live CD did not work for me, so I used Linux Mint's 21.1 live CD from a USB drive.

Paritioning

Keybase proof

I hereby claim:

  • I am benjaminwil on github.
  • I am benjaminwil (https://keybase.io/benjaminwil) on keybase.
  • I have a public key ASB9ccIcT6owsrjUrhv66qW7sqdVU4sXn1czUxmTyv-AeAo

To claim this, I am signing this object:

@benjaminwil
benjaminwil / Gemfile
Created March 16, 2018 20:28
Solidus 2.4.x basic Gemfile
source 'https://rubygems.org'
git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
"https://github.com/#{repo_name}.git"
end
gem 'solidus'
gem 'solidus_auth_devise'
gem 'deface'
@benjaminwil
benjaminwil / proposed-solidus-docs-table-of-contents.md
Last active January 23, 2018 23:15
A high-level working draft of Solidus's documentation structure

Proposed table of contents for Solidus documentation

This document is a high-level working draft. Where and how this documentation will exist is still up for discussion.

Note that list items that are crossed out mean that essential documentation for that topic has been merged.

Admin