Skip to content

Instantly share code, notes, and snippets.

View jali-clarke's full-sized avatar

Jinnah Ali-Clarke jali-clarke

  • Toronto, Ontario, Canada
View GitHub Profile
@eqyiel
eqyiel / nix-serve.md
Last active October 8, 2021 00:28
How to use nix-serve with an alternative store location

This is something you might want to do if you have an existing store directory on another dataset but don't want to overlay mount it onto /nix/store.

~/shell.nix is

{
  pkgs ? import <nixpkgs> {
    overlays = [
      (self: super: {
        nix = super.nix.override {