Skip to content

Instantly share code, notes, and snippets.

@infinisil
Created March 26, 2018 03:21
Show Gist options
  • Save infinisil/015ed06f54e9329c318b36bf26d7ea7f to your computer and use it in GitHub Desktop.
Save infinisil/015ed06f54e9329c318b36bf26d7ea7f to your computer and use it in GitHub Desktop.
let
nixHome = "/home/infinisil/nix";
in (import <nixpkgs> {}).pkgsi686Linux.nix.override {
storeDir = "${nixHome}/store";
stateDir = "${nixHome}/var";
confDir = "${nixHome}/etc";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment